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 37bbc65 commit 3ae20e0Copy full SHA for 3ae20e0
.github/workflows/ci.yml
@@ -178,10 +178,10 @@ jobs:
178
ls -aR .coverage*
179
coverage combine .coverage*
180
echo "Creating coverage report..."
181
- # Create xml file for further processing; Create even if below minimum
182
- coverage xml --fail-under=0
183
# Write markdown report to job summary
184
coverage report --format=markdown -m >> "$GITHUB_STEP_SUMMARY"
+ # Create xml file for further processing; Create even if below minimum
+ coverage xml --fail-under=0
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