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*