evorepo/.coveragerc
Jelle van der Waa d7cc68b1eb
Remove non-functional travisci
Travis CI times out and as this repository will moved to Gitlab in the
future Github Actions will do for now.
2020-12-30 21:36:25 +01:00

11 lines
158 B
INI

# .coveragerc to control coverage.py
[run]
omit =
**/migrations/*.py
**/tests.py
**/tests/*.py
env*
settings.py
local_settings.py