We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cfc1da commit c2bb207Copy full SHA for c2bb207
1 file changed
.github/workflows/ci.yml
@@ -80,7 +80,7 @@ jobs:
80
pip install -e ".[dev]"
81
82
- 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
+ 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
84
85
markdown-link-check:
86
timeout-minutes: 10
0 commit comments