Skip to content

Commit

Permalink
adapt coverage thresholds
Browse files Browse the repository at this point in the history
  • Loading branch information
FynnBe committed Nov 12, 2024
1 parent aa4589f commit ed69d9f
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 @@ -59,9 +59,9 @@ jobs:
with:
coverageFile: coverage.xml
token: ${{ secrets.GITHUB_TOKEN }}
thresholdAll: 0.75
thresholdAll: 0.7
thresholdNew: 0.9
thresholdModified: 0.85
thresholdModified: 0.8
- if: matrix.is-dev-version
run: |
pip install genbadge[coverage]
Expand Down

0 comments on commit ed69d9f

Please sign in to comment.