diff --git a/.coveragerc b/.coveragerc index 29b14e9..28559b0 100644 --- a/.coveragerc +++ b/.coveragerc @@ -1,6 +1,9 @@ [run] -include = ojusomap/* -# example is from multiselectfield being included using -e -omit = *migrations*, *tests*, example/* +include = + ojusomap/* + apps/* +omit = + *migrations* + *tests* plugins = django_coverage_plugin diff --git a/setup.cfg b/setup.cfg index 4923a8e..879b9ee 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,4 +2,4 @@ DJANGO_SETTINGS_MODULE = ojusomap.settings python_files = tests.py test_*.py *_tests.py addopts = --reuse-db --strict --tb=short -norecursedirs = django-cas-server +norecursedirs = django-cas-server django-multiselectfield