Skip to content

Commit 03720a1

Browse files
committed
💚 Rename code coverage reports with the repository name
Signed-off-by: kei-g <km.8k6ce+github@gmail.com>
1 parent 0d60eb5 commit 03720a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
if: ${{ always() }}
5858
uses: actions/upload-artifact@v2
5959
with:
60-
name: code-coverage-report-${{ matrix.node }}
60+
name: code-coverage-report-${{ github.event.repository.name }}-${{ matrix.node }}
6161
path: coverage
6262
example:
6363
continue-on-error: true

0 commit comments

Comments
 (0)