Kaydet (Commit) 01a12bd0 authored tarafından Anthony Sottile's avatar Anthony Sottile

Remove --show-missing when it is set in .coveragerc

Committed via https://github.com/asottile/all-repos
üst a7c89b86
...@@ -9,7 +9,7 @@ passenv = HOMEPATH ...@@ -9,7 +9,7 @@ passenv = HOMEPATH
commands = commands =
coverage erase coverage erase
coverage run -m pytest {posargs:tests} coverage run -m pytest {posargs:tests}
coverage report --show-missing --fail-under 100 coverage report --fail-under 100
pre-commit install -f --install-hooks pre-commit install -f --install-hooks
pre-commit run --all-files pre-commit run --all-files
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment