Skip to content

Commit f151428

Browse files
committed
GitHub Actions coverage summary
1 parent 2bf3160 commit f151428

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ jobs:
7575
python -m coverage combine
7676
python -m coverage html --skip-covered --skip-empty
7777
python -m coverage report --fail-under=100
78+
echo "## Coverage summary" >> $GITHUB_STEP_SUMMARY
79+
python -m coverage report --format=markdown >> $GITHUB_STEP_SUMMARY
7880
7981
- name: Upload HTML report
8082
if: ${{ failure() }}

0 commit comments

Comments
 (0)