mirror of
https://github.com/borgbackup/borg.git
synced 2026-06-11 01:41:57 -04:00
tests: make coverage patch config work on Windows CI
This commit is contained in:
parent
99be942448
commit
00ab5b0f25
1 changed files with 1 additions and 1 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue