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:
parent
7706033200
commit
f36ff20898
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -49,5 +49,5 @@ publish:
|
||||||
twine upload dist/*
|
twine upload dist/*
|
||||||
|
|
||||||
test:
|
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')
|
flake8 $$(find setup.py tests feedgen -name '*.py')
|
||||||
|
|
Loading…
Reference in a new issue