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 0d60eb5 commit 03720a1Copy full SHA for 03720a1
.github/workflows/main.yml
@@ -57,7 +57,7 @@ jobs:
57
if: ${{ always() }}
58
uses: actions/upload-artifact@v2
59
with:
60
- name: code-coverage-report-${{ matrix.node }}
+ name: code-coverage-report-${{ github.event.repository.name }}-${{ matrix.node }}
61
path: coverage
62
example:
63
continue-on-error: true
0 commit comments