mirror of
https://github.com/pretix/pretix.git
synced 2026-05-09 15:54:03 +00:00
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