From 5ab0cb4ab9361ff38868396f92c0062d98cc9a6d Mon Sep 17 00:00:00 2001 From: Anna Sidwell Date: Sun, 2 Dec 2018 03:34:50 +0000 Subject: [PATCH] fix tests after including multiselectfield using -e --- .coveragerc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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