Ignore tests in coverage report

nosetests default match for test files doesn't seem to match our files,
so most coverage we have is actually test code
This commit is contained in:
Stephan Kulow 2019-05-04 16:12:33 +02:00
parent 9dcb403753
commit 1812800be5

View File

@ -1,3 +1,4 @@
[report]
omit =
*/site-packages/*
tests/*.py