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

View file

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