Skip to content

Commit 966bdd3

Browse files
committed
GitHub Actions coverage summary
1 parent a3c79ce commit 966bdd3

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
@@ -74,6 +74,8 @@ jobs:
7474
python -m coverage combine
7575
python -m coverage html --skip-covered --skip-empty
7676
python -m coverage report --fail-under=100
77+
echo "## Coverage summary" >> $GITHUB_STEP_SUMMARY
78+
python -m coverage report --format=markdown >> $GITHUB_STEP_SUMMARY
7779
7880
- name: Upload HTML report
7981
if: ${{ failure() }}

0 commit comments

Comments
 (0)