mirror of
https://github.com/borgbackup/borg.git
synced 2026-06-11 09:59:19 -04:00
tests: collect coverage from daemonized borg mount processes
This commit is contained in:
parent
45c63ff084
commit
99be942448
1 changed files with 3 additions and 0 deletions
|
|
@ -281,6 +281,9 @@ commands = [["bandit", "-r", "src/borg", "-c", "pyproject.toml"]]
|
|||
[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