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 15f1325 commit 8f99e5fCopy full SHA for 8f99e5f
.github/workflows/ci.yml
@@ -213,6 +213,7 @@ jobs:
213
thresholds: '95 98'
214
215
- name: Add link to report badge
216
+ if: ${{ always() && steps.cov_xml_upload.outputs.artifact-id != '' }}
217
run: |
218
run_url="${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}?pr=${{ github.event.pull_request.number }}"
219
sed -i "1s|^\(!.*\)$|[\1]($run_url)|" code-coverage-results.md
0 commit comments