instrument coverage on tests and require 100% coverage there

This commit is contained in:
Anthony Sottile 2020-03-23 11:58:00 -07:00
parent d097d5103d
commit 93a17a806d
9 changed files with 16 additions and 16 deletions

View file

@ -3,6 +3,7 @@ parallel = True
branch = True
source =
flake8
tests
omit =
# Don't complain if non-runnable code isn't run
*/__main__.py