Skip to content

Commit ee76a8f

Browse files
committed
ci(tests): Increase coverage minimum threshold to 89%
1 parent 9e79d2e commit ee76a8f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pytest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ jobs:
222222
echo "Pytest failed - failing coverage check"
223223
exit 1
224224
fi
225-
coverage report --fail-under=80
225+
coverage report --fail-under=89
226226
227227
publish-test-results:
228228
if: always()
@@ -313,4 +313,4 @@ jobs:
313313
with:
314314
coverageFile: coverage.xml
315315
token: ${{ secrets.GITHUB_TOKEN }}
316-
thresholdAll: 0.80
316+
thresholdAll: 0.89

0 commit comments

Comments
 (0)