tests: collect coverage from daemonized borg mount processes

(cherry picked from commit 99be942448)
This commit is contained in:
Divyesh 2026-03-07 19:17:56 +05:30 committed by github-actions[bot]
parent 0a0eed485b
commit 164594fbe1

View file

@ -254,6 +254,9 @@ labels = ["lint"]
[tool.coverage.run]
branch = true
disable_warnings = ["module-not-measured", "no-ctracer"]
patch = ["subprocess", "fork", "_exit"]
parallel = true
sigterm = true
source = ["src/borg"]
omit = [
"*/borg/__init__.py",