mirror of
https://github.com/borgbackup/borg.git
synced 2026-06-15 20:41:59 -04:00
tests: make coverage patch config work on Windows CI
(cherry picked from commit 00ab5b0f25)
This commit is contained in:
parent
164594fbe1
commit
c7fa503565
1 changed files with 1 additions and 1 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue