tests: collect coverage from daemonized borg mount processes

This commit is contained in:
Divyesh 2026-03-07 19:17:56 +05:30
parent 45c63ff084
commit 99be942448

View file

@ -281,6 +281,9 @@ commands = [["bandit", "-r", "src/borg", "-c", "pyproject.toml"]]
[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",