coverage report command does not need to specify ignoring 100% files: it's already specified in coverage conf file.

branch name checker tests ready at 100%
This commit is contained in:
Alvaro Andrés Rodríguez Scelza 2019-06-04 12:47:51 -03:00
parent 284c04df70
commit 3b8aa606c1
2 changed files with 38 additions and 1 deletions

View file

@ -3,7 +3,7 @@ ALL pre_commit_hooks tests, not only Loaderon's):
coverage erase
coverage run --source pre_commit_hooks -m pytest
coverage report --fail-under 100
coverage report
#######################################################################################################################