diff --git a/.coveragerc b/.coveragerc index aa56f759..3e1a90bf 100644 --- a/.coveragerc +++ b/.coveragerc @@ -1,3 +1,3 @@ [run] plugins = django_coverage_plugin -omit = *migrations*, *tests* +omit = */migrations/*, */tests/*