Ignore database migration files in coverage report
This commit is contained in:
parent
aca78e9d94
commit
5996a17eca
|
|
@ -0,0 +1,4 @@
|
|||
[run]
|
||||
omit =
|
||||
# Do not run coverage on migration files
|
||||
*/migrations/*
|
||||
Loading…
Reference in New Issue