diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d169cd7bbb..1306b1a1b1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 @@ -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: