2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-30 20:46:47 +00:00

Added source path to coveragerc

This commit is contained in:
Oliver Walters 2019-04-24 15:24:45 +10:00
parent ff2ec3bfca
commit 4e7e2b7295

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/*