This commit is contained in:
parent
0aa9b1f561
commit
3d882dafbf
12
.coveragerc
Normal file
12
.coveragerc
Normal file
@ -0,0 +1,12 @@
|
||||
# retoor <retoor@molodetz.nl>
|
||||
[run]
|
||||
source = devplacepy
|
||||
parallel = true
|
||||
sigterm = true
|
||||
omit =
|
||||
tests/*
|
||||
sitecustomize.py
|
||||
|
||||
[report]
|
||||
show_missing = true
|
||||
skip_covered = false
|
||||
7
sitecustomize.py
Normal file
7
sitecustomize.py
Normal file
@ -0,0 +1,7 @@
|
||||
# retoor <retoor@molodetz.nl>
|
||||
import os
|
||||
|
||||
if os.environ.get("COVERAGE_PROCESS_START"):
|
||||
import coverage
|
||||
|
||||
coverage.process_startup()
|
||||
Loading…
Reference in New Issue
Block a user