tests: make coverage patch config work on Windows CI

(cherry picked from commit 00ab5b0f25)
This commit is contained in:
Divyesh 2026-03-07 22:09:39 +05:30 committed by github-actions[bot]
parent 164594fbe1
commit c7fa503565

View file

@ -254,7 +254,7 @@ labels = ["lint"]
[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"]