Skip to content

Commit

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

- uses: jtpio/maintainer-tools/.github/actions/upload-coverage@include-hidden-files
- uses: jupyterlab/maintainer-tools/.github/actions/upload-coverage@main
with:
artifact_name: coverage-${{ matrix.python-version }}

Expand All @@ -71,7 +71,7 @@ jobs:
- test
steps:
- uses: actions/checkout@v4
- uses: jupyterlab/maintainer-tools/.github/actions/report-coverage@v1
- uses: jtpio/maintainer-tools/.github/actions/report-coverage@debug-coverage
with:
fail_under: 78

Expand Down

0 comments on commit 34da4fb

Please sign in to comment.