We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3c79ce commit 966bdd3Copy full SHA for 966bdd3
.github/workflows/main.yml
@@ -74,6 +74,8 @@ jobs:
74
python -m coverage combine
75
python -m coverage html --skip-covered --skip-empty
76
python -m coverage report --fail-under=100
77
+ echo "## Coverage summary" >> $GITHUB_STEP_SUMMARY
78
+ python -m coverage report --format=markdown >> $GITHUB_STEP_SUMMARY
79
80
- name: Upload HTML report
81
if: ${{ failure() }}
0 commit comments