Added source path to coveragerc

This commit is contained in:
Oliver Walters 2019-04-24 15:24:45 +10:00
parent ff2ec3bfca
commit 4e7e2b7295
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
[run] [run]
source = ./InvenTree
omit = omit =
# Do not run coverage on migration files # Do not run coverage on migration files
*/migrations/* */migrations/*