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 76e218a commit 8d23749Copy full SHA for 8d23749
.github/workflows/main.yml
@@ -65,7 +65,7 @@ jobs:
65
python -Im coverage json
66
67
# Report and write to summary.
68
- python -Im coverage report --skip-covered --skip-empty | sed 's/^/ /' >> $GITHUB_STEP_SUMMARY
+ python -Im coverage report --format=markdown >> $GITHUB_STEP_SUMMARY
69
70
export TOTAL=$(python -c "import json;print(json.load(open('coverage.json'))['totals']['percent_covered_display'])")
71
echo "total=$TOTAL" >> $GITHUB_ENV
0 commit comments