Fix the omit configuration for coverage (#4201)

This commit is contained in:
mpsantos 2023-03-09 07:43:50 -03:00 committed by GitHub
parent e6014675d2
commit a5d8b4be88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,6 +35,6 @@ ignore_errors = True
[coverage:run]
include = {{cookiecutter.project_slug}}/**
omit = *migrations*, *tests*
omit = */migrations/*, */tests/*
plugins =
django_coverage_plugin