Skip to content

Commit

Permalink
Fix commit addressing issue #9
Browse files Browse the repository at this point in the history
  • Loading branch information
dalito committed Feb 7, 2024
1 parent bba875c commit 739e953
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ jobs:
run: |
python -m coverage combine
python -m coverage html --skip-empty
echo '## Test Coverage Report\n' >> $GITHUB_STEP_SUMMARY
poetry run coverage report --format=markdown >> $GITHUB_STEP_SUMMARY
echo '## Test Coverage Report' >> $GITHUB_STEP_SUMMARY
python -m coverage report --format=markdown >> $GITHUB_STEP_SUMMARY
python -m coverage report --fail-under=94
- name: Upload HTML report
Expand Down

0 comments on commit 739e953

Please sign in to comment.