Skip to content

Commit

Permalink
expect coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
drernie committed Aug 13, 2024
1 parent 1fa9421 commit fb79f96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
with:
coverageFile: coverage.xml
token: ${{ secrets.GITHUB_TOKEN }}
thresholdAll: 0.0
thresholdNew: 0.0
thresholdModified: 0.0
thresholdAll: 0.8
thresholdNew: 0.8
thresholdModified: 0.8
if: github.event_name == 'pull_request'

0 comments on commit fb79f96

Please sign in to comment.