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 cb1002d commit ae34bb7Copy full SHA for ae34bb7
.github/workflows/ci.yml
@@ -216,6 +216,7 @@ jobs:
216
if: >-
217
github.event_name == 'pull_request'
218
&& github.event.pull_request.head.repo.full_name == github.repository
219
+ && ${{ always() && steps.cov_xml_upload.outputs.artifact-id != '' }}
220
with:
221
hide_and_recreate: true
222
path: code-coverage-results.md
0 commit comments