mirror of
https://github.com/django-components/django-components.git
synced 2025-08-31 11:17:21 +00:00
Lower coverage threshold to 93 because it's lower in CI.
This commit is contained in:
parent
4a7c248d83
commit
997ed52bb6
1 changed files with 2 additions and 4 deletions
6
tox.ini
6
tox.ini
|
@ -59,9 +59,7 @@ commands =
|
|||
[testenv:coverage]
|
||||
# Note: Settings for coverage exists in the setup.cfg file
|
||||
changedir = {toxinidir}
|
||||
deps =
|
||||
pytest-coverage
|
||||
deps = pytest-coverage
|
||||
commands =
|
||||
coverage run --branch -m pytest
|
||||
coverage report -m --fail-under=94
|
||||
|
||||
coverage report -m --fail-under=93
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue