mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-08 04:34:16 +00:00
Improve test coverage.
This commit is contained in:
parent
b80ca9e84a
commit
8270d81308
4 changed files with 44 additions and 1 deletions
2
tox.ini
2
tox.ini
|
|
@ -9,7 +9,7 @@ deps = -rrequirements_dev.txt
|
|||
commands =
|
||||
coverage erase
|
||||
coverage run -m pytest {posargs:tests}
|
||||
coverage report --show-missing --fail-under 82
|
||||
coverage report --show-missing --fail-under 100
|
||||
flake8 {[tox]project} testing tests setup.py
|
||||
pylint {[tox]project} testing tests setup.py
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue