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 3ae20e0 commit 15f1325Copy full SHA for 15f1325
.github/workflows/ci.yml
@@ -178,10 +178,10 @@ jobs:
178
ls -aR .coverage*
179
coverage combine .coverage*
180
echo "Creating coverage report..."
181
- # Write markdown report to job summary
182
- coverage report --format=markdown -m >> "$GITHUB_STEP_SUMMARY"
183
# Create xml file for further processing; Create even if below minimum
184
coverage xml --fail-under=0
+ # Write markdown report to job summary
+ coverage report --fail-under=0 --format=markdown -m >> "$GITHUB_STEP_SUMMARY"
185
186
# For future use in case we want to add a PR comment for 3rd party PRs which requires
187
# a workflow with elevated PR write permissions. Move below steps into a separate job.
0 commit comments