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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent bba875c commit 89fe174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -76,7 +76,7 @@ jobs:
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
python -m coverage report --format=markdown >> $GITHUB_STEP_SUMMARY
python -m coverage report --fail-under=94
- name: Upload HTML report

0 comments on commit 89fe174

Please sign in to comment.