[tests] coverage: include files that are not covered at all

This commit is contained in:
tobi-wan-kenobi 2020-05-24 13:05:03 +02:00
parent 3d14931cb7
commit 3c73c4d343
3 changed files with 5 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#!/bin/bash
coverage run -m unittest discover -v -b
coverage run --source=. -m unittest discover -v -b
coverage report -m