Skip to content

Commit c2bb207

Browse files
paulruellebaptiste-olivier
authored andcommitted
test(LAB-3168): adjust coverage threshold for pytest to be inclusive
1 parent 5cfc1da commit c2bb207

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
pip install -e ".[dev]"
8181
8282
- name: Unit and integration tests
83-
run: pytest -n auto -ra -sv --color yes --code-highlight yes --durations=15 -vv --ignore tests/e2e/ --cov=src/kili --cov-report=term-missing --cov-config=.coveragerc --cov-fail-under=83
83+
run: pytest -n auto -ra -sv --color yes --code-highlight yes --durations=15 -vv --ignore tests/e2e/ --cov=src/kili --cov-report=term-missing --cov-config=.coveragerc --cov-fail-under=82.99
8484

8585
markdown-link-check:
8686
timeout-minutes: 10

0 commit comments

Comments
 (0)