Exclude migrations from coverage
This commit is contained in:
parent
c2d467c15e
commit
a276f9afcb
1 changed files with 2 additions and 0 deletions
|
@ -29,3 +29,5 @@ extend_exclude=env
|
||||||
exclude_lines =
|
exclude_lines =
|
||||||
pragma: no cover
|
pragma: no cover
|
||||||
if settings.DEBUG
|
if settings.DEBUG
|
||||||
|
omit =
|
||||||
|
*/migrations/*
|
||||||
|
|
Loading…
Reference in a new issue