diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fe53675e48..a7ad45c34e 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@main + with: + artifact_name: coverage-${{ matrix.python-version }} + - name: JavaScript tests run: | hatch run js_test @@ -61,15 +65,13 @@ 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 - coverage: runs-on: ubuntu-latest needs: - test steps: - uses: actions/checkout@v4 - - uses: jupyterlab/maintainer-tools/.github/actions/report-coverage@v1 + - uses: jtpio/maintainer-tools/.github/actions/report-coverage@include-hidden-files-2 with: fail_under: 78