Skip to content

Commit

Permalink
upload after tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Sep 10, 2024
1 parent e84c0c1 commit 5786d58
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ jobs:
- name: Test the package
run: hatch run cov:test

- uses: jupyterlab/maintainer-tools/.github/actions/upload-coverage@v1
with:
artifact_name: coverage-${{ matrix.python-version }}

- name: JavaScript tests
run: |
hatch run js_test
Expand All @@ -61,10 +65,6 @@ jobs:
jupyter server extension list 2>&1 | grep -ie "notebook.*enabled" -
python -m jupyterlab.browser_check
- uses: jupyterlab/maintainer-tools/.github/actions/upload-coverage@v1
with:
artifact_name: coverage-${{ matrix.python-version }}

coverage:
runs-on: ubuntu-latest
needs:
Expand Down

0 comments on commit 5786d58

Please sign in to comment.