Exclude migrations from coverage

This commit is contained in:
Jake Howard 2022-10-24 20:41:42 +01:00
parent c2d467c15e
commit a276f9afcb
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 2 additions and 0 deletions

View File

@ -29,3 +29,5 @@ extend_exclude=env
exclude_lines =
pragma: no cover
if settings.DEBUG
omit =
*/migrations/*