diff --git a/.coveragerc b/.coveragerc index c5b870f..29b14e9 100644 --- a/.coveragerc +++ b/.coveragerc @@ -1,5 +1,6 @@ [run] include = ojusomap/* -omit = *migrations*, *tests* +# example is from multiselectfield being included using -e +omit = *migrations*, *tests*, example/* plugins = django_coverage_plugin