Add .coveragerc

This commit is contained in:
Raphael Michel
2014-10-02 10:12:17 +02:00
parent c45ea081fa
commit 65091b71d4

9
src/.coveragerc Normal file
View File

@@ -0,0 +1,9 @@
[run]
source = tixlbase,tixlcontrol,tixlpresale
omit = */migrations/*,*/urls.py
[report]
exclude_lines =
pragma: no cover
def __str__
if settings.DEBUG