Skip to content

Commit 19c4d49

Browse files
committed
Set explicit artifact_name when uploading coverage data
1 parent 59f8c30 commit 19c4d49

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ jobs:
6262
python -m jupyterlab.browser_check
6363
6464
- uses: jupyterlab/maintainer-tools/.github/actions/upload-coverage@v1
65+
with:
66+
artifact_name: coverage-${{ matrix.python }}
6567

6668
coverage:
6769
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)