From 35b0e321f9ef4466329b8996cb42ed4394517084 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Sat, 17 Oct 2015 01:28:59 -0400 Subject: [PATCH] Exclude tests and settings from coverage report. --- .coveragerc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.coveragerc b/.coveragerc index e1382602c5..e7d2a5a87f 100644 --- a/.coveragerc +++ b/.coveragerc @@ -4,5 +4,7 @@ source= omit= mayan/bin/mayan-edms.py mayan/wsgi.py + mayan/settings/* tests.py + mayan/apps/*/tests/* *migrations*