We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57fc9b0 commit a6dbb04Copy full SHA for a6dbb04
.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=82
+ 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
84
85
markdown-link-check:
86
timeout-minutes: 10
0 commit comments