mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-04-15 01:51:46 +04:00
Add more 'no cover windows' comments
This commit is contained in:
parent
177164b5a2
commit
4f9d0397b5
6 changed files with 24 additions and 10 deletions
3
tox.ini
3
tox.ini
|
|
@ -9,8 +9,7 @@ passenv = GOROOT HOME HOMEPATH PROGRAMDATA TERM
|
|||
commands =
|
||||
coverage erase
|
||||
coverage run -m pytest {posargs:tests}
|
||||
# TODO: change to 100
|
||||
coverage report --fail-under 99
|
||||
coverage report --fail-under 100
|
||||
pre-commit run --all-files
|
||||
|
||||
[testenv:venv]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue