evorepo/.coveragerc
Jelle van der Waa 2ddb51512b Move coverage configuration to .coverage
Introduce a .coveragerc file to omit multiple files from test coverage
such as django's migrations, env and the tests itself.
2017-06-11 18:43:10 +02:00

9 lines
116 B
INI

# .coveragerc to control coverage.py
[run]
omit =
**/migrations/*.py
**/tests.py
env*
/home/travis/virtualenv*