Skip to content

Commit 31532f7

Browse files
committed
update coverage threshold
1 parent b571c14 commit 31532f7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/unit-test-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
$env:PYTHONWARNINGS = "error"
7272
poetry run pytest `
7373
--cov=pytest_html_plus `
74-
--cov-fail-under=39 `
74+
--cov-fail-under=75 `
7575
--cov-report=term `
7676
--reruns 1 `
7777
--ignore=tests/browser `

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
export REPORT_COMMIT="$(git rev-parse HEAD)"
5858
poetry run pytest \
5959
--cov=pytest_html_plus \
60-
--cov-fail-under=39 \
60+
--cov-fail-under=75 \
6161
--cov-report=term \
6262
--cov-report=xml:coverage.xml \
6363
--reruns 1 \

0 commit comments

Comments
 (0)