forked from CGM_Public/pretix_original
Add .coveragerc
This commit is contained in:
9
src/.coveragerc
Normal file
9
src/.coveragerc
Normal 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
|
||||
Reference in New Issue
Block a user