Update Coverage Command

This command will automatically check the coverage of the whole project
on not only the modules called by the tests.

Signed-off-by: Lars Kiesow <lkiesow@uos.de>
This commit is contained in:
Lars Kiesow 2017-03-13 20:53:04 +01:00
parent 7706033200
commit f36ff20898
No known key found for this signature in database
GPG key ID: 5DAFE8D9C823CE73

View file

@ -49,5 +49,5 @@ publish:
twine upload dist/*
test:
coverage run --omit='*/lib/*,tests/*' -m unittest discover -s tests
coverage run --source=feedgen -m unittest discover -s tests
flake8 $$(find setup.py tests feedgen -name '*.py')