Skip to content

Commit

Permalink
Merge pull request #651 from bioimage-io/prettier_coverage
Browse files Browse the repository at this point in the history
add coverage thresholds
  • Loading branch information
FynnBe authored Nov 11, 2024
2 parents bd657f5 + 7226e72 commit 3a59cae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ jobs:
with:
coverageFile: coverage.xml
token: ${{ secrets.GITHUB_TOKEN }}
thresholdAll: 0.75
thresholdNew: 0.9
thresholdModified: 0.85
- if: matrix.is-dev-version
run: |
pip install genbadge[coverage]
Expand Down

0 comments on commit 3a59cae

Please sign in to comment.