Skip to content

Commit 8d23749

Browse files
committed
Use Markdown for coverage table
1 parent 76e218a commit 8d23749

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
python -Im coverage json
6666
6767
# Report and write to summary.
68-
python -Im coverage report --skip-covered --skip-empty | sed 's/^/ /' >> $GITHUB_STEP_SUMMARY
68+
python -Im coverage report --format=markdown >> $GITHUB_STEP_SUMMARY
6969
7070
export TOTAL=$(python -c "import json;print(json.load(open('coverage.json'))['totals']['percent_covered_display'])")
7171
echo "total=$TOTAL" >> $GITHUB_ENV

0 commit comments

Comments
 (0)