Skip to content

Commit

Permalink
test(LAB-3168): adjust coverage threshold for pytest to be inclusive
Browse files Browse the repository at this point in the history
  • Loading branch information
paulruelle authored and baptiste-olivier committed Nov 22, 2024
1 parent 5cfc1da commit c2bb207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
pip install -e ".[dev]"
- name: Unit and integration tests
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

markdown-link-check:
timeout-minutes: 10
Expand Down

0 comments on commit c2bb207

Please sign in to comment.