Unverified Kaydet (Commit) c1349204 authored tarafından Anthony Sottile's avatar Anthony Sottile Kaydeden (comit) GitHub

Merge pull request #46 from asottile/all-repos_autofix_show-missing

Remove --show-missing when it is set in .coveragerc
......@@ -9,7 +9,7 @@ passenv = HOMEPATH
commands =
coverage erase
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 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