InvenTree/.coveragerc

6 lines
121 B
Plaintext
Raw Normal View History

[run]
2019-04-24 05:24:45 +00:00
source = ./InvenTree
omit =
# Do not run coverage on migration files
*/migrations/*
InvenTree/manage.py