Skip to content

Commit 7f5a47d

Browse files
committed
feat(coverage): increase test coverage minimum threshold to 73%
1 parent ff657cf commit 7f5a47d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pytest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
echo "Pytest failed - failing coverage check"
159159
exit 1
160160
fi
161-
coverage report --fail-under=55
161+
coverage report --fail-under=73
162162
163163
publish-test-results:
164164
if: always()
@@ -249,4 +249,4 @@ jobs:
249249
with:
250250
coverageFile: coverage.xml
251251
token: ${{ secrets.GITHUB_TOKEN }}
252-
thresholdAll: 0.60
252+
thresholdAll: 0.73

0 commit comments

Comments
 (0)