[tests] coverage: include files that are not covered at all
This commit is contained in:
parent
3d14931cb7
commit
3c73c4d343
3 changed files with 5 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
coverage run -m unittest discover -v -b
|
||||
coverage run --source=. -m unittest discover -v -b
|
||||
coverage report -m
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue