Update
Some checks failed
DevPlace CI / test (push) Failing after 11m3s

This commit is contained in:
retoor 2026-06-05 20:35:02 +02:00
parent 0aa9b1f561
commit 3d882dafbf
2 changed files with 19 additions and 0 deletions

12
.coveragerc Normal file
View 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
View File

@ -0,0 +1,7 @@
# retoor <retoor@molodetz.nl>
import os
if os.environ.get("COVERAGE_PROCESS_START"):
import coverage
coverage.process_startup()