chore: add .coveragerc config and sitecustomize.py for coverage subprocess support
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
# retoor <retoor@molodetz.nl>
|
||||
import os
|
||||
|
||||
if os.environ.get("COVERAGE_PROCESS_START"):
|
||||
import coverage
|
||||
|
||||
coverage.process_startup()
|
||||
Reference in New Issue
Block a user