tests: make coverage patch config work on Windows CI

This commit is contained in:
Divyesh 2026-03-07 22:09:39 +05:30
parent 99be942448
commit 00ab5b0f25

View file

@ -281,7 +281,7 @@ commands = [["bandit", "-r", "src/borg", "-c", "pyproject.toml"]]
[tool.coverage.run]
branch = true
disable_warnings = ["module-not-measured", "no-ctracer"]
patch = ["subprocess", "fork", "_exit"]
patch = ["subprocess", "_exit"]
parallel = true
sigterm = true
source = ["src/borg"]