Another go at making coverage show up

This commit is contained in:
2021-01-28 18:05:57 +00:00
parent 874b8ef37a
commit 2351201e13
3 changed files with 3 additions and 9 deletions

View File

@@ -1,9 +1,3 @@
[run]
source =
./
plugins =
django_coverage_plugin
omit =
*/migrations/*
*/tests/*
plugins = django_coverage_plugin
omit = *migrations*, *tests*