Exclude tests and settings from coverage report.

This commit is contained in:
Roberto Rosario
2015-10-17 01:28:59 -04:00
parent b49b960298
commit 35b0e321f9

View File

@@ -4,5 +4,7 @@ source=
omit=
mayan/bin/mayan-edms.py
mayan/wsgi.py
mayan/settings/*
tests.py
mayan/apps/*/tests/*
*migrations*