mirror of
https://github.com/borgbackup/borg.git
synced 2026-06-10 09:21:44 -04:00
tests: collect coverage from daemonized borg mount processes
(cherry picked from commit 99be942448)
This commit is contained in:
parent
0a0eed485b
commit
164594fbe1
1 changed files with 3 additions and 0 deletions
|
|
@ -254,6 +254,9 @@ labels = ["lint"]
|
|||
[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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue