Skip to content

Commit a6dbb04

Browse files
baptiste-olivierNicolas Hervé
authored andcommitted
chore: lower coverage constraint
1 parent 57fc9b0 commit a6dbb04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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=82
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=80
8484

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

0 commit comments

Comments
 (0)