mirror of
https://github.com/django-components/django-components.git
synced 2025-08-23 15:34:05 +00:00
Merge pull request #607 from EmilStenstrom/up-test-coverage
Increase minimum coverage to 97%
This commit is contained in:
commit
fc5ea78739
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
@ -57,7 +57,7 @@ changedir = {toxinidir}
|
||||||
deps = pytest-coverage
|
deps = pytest-coverage
|
||||||
commands =
|
commands =
|
||||||
coverage run --branch -m pytest
|
coverage run --branch -m pytest
|
||||||
coverage report -m --fail-under=93
|
coverage report -m --fail-under=97
|
||||||
|
|
||||||
[testenv:mypy]
|
[testenv:mypy]
|
||||||
changedir = {toxinidir}
|
changedir = {toxinidir}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue