Skip to content

Commit 8f99e5f

Browse files
Update .github/workflows/ci.yml
Co-authored-by: Daniel Sperber <[email protected]>
1 parent 15f1325 commit 8f99e5f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ jobs:
213213
thresholds: '95 98'
214214

215215
- name: Add link to report badge
216+
if: ${{ always() && steps.cov_xml_upload.outputs.artifact-id != '' }}
216217
run: |
217218
run_url="${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}?pr=${{ github.event.pull_request.number }}"
218219
sed -i "1s|^\(!.*\)$|[\1]($run_url)|" code-coverage-results.md

0 commit comments

Comments
 (0)