Skip to content

Commit

Permalink
GitHub Actions coverage summary
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchainz committed Mar 19, 2024
1 parent 0806b25 commit 60c6f67
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Expand Up @@ -78,6 +78,8 @@ jobs:
python -m coverage combine
python -m coverage html --skip-covered --skip-empty
python -m coverage report --fail-under=95
echo "## Coverage summary" >> $GITHUB_STEP_SUMMARY
python -m coverage report --format=markdown >> $GITHUB_STEP_SUMMARY
- name: Upload HTML report
if: ${{ failure() }}
Expand Down

0 comments on commit 60c6f67

Please sign in to comment.