Have pytest generate the coverage files

This commit is contained in:
Daniel Quinn
2018-02-25 16:42:15 +00:00
parent 8ca07388bc
commit 149aaf0bae
5 changed files with 19 additions and 4 deletions

View File

@@ -11,5 +11,9 @@ env =
PAPERLESS_SECRET=paperless
PAPERLESS_EMAIL_SECRET=paperless
[coverage:paths]
source = ./
[coverage:run]
source =
./
omit =
*/tests