Skip to content

Commit

Permalink
fix python-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sinaatalay authored Oct 10, 2023
1 parent e166e34 commit fdab5af
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ jobs:
pip install pytest pytest-cov
pytest --cov-report html --cov="." tests/
- name: Upload coverage data to smokeshow
run: smokeshow upload ./htmlcov
run: |
pip install smokeshow
smokeshow upload ./htmlcov
env:
SMOKESHOW_GITHUB_STATUS_DESCRIPTION: CLI Coverage {coverage-percentage}
SMOKESHOW_GITHUB_COVERAGE_THRESHOLD: 50
Expand Down

0 comments on commit fdab5af

Please sign in to comment.