Merge pull request #9452 from borgbackup/backport-9449-to-1.4-maint
Some checks failed
CI / lint (push) Has been cancelled
CodeQL / Analyze (push) Has been cancelled
Windows CI / msys2-ucrt64 (push) Has been cancelled
CI / asan_ubsan (push) Has been cancelled
CI / native_tests (push) Has been cancelled
CI / vm_tests (Haiku, false, haiku, r1beta5) (push) Has been cancelled
CI / vm_tests (NetBSD, false, netbsd, 10.1) (push) Has been cancelled
CI / vm_tests (OpenBSD, false, openbsd, 7.7) (push) Has been cancelled
CI / vm_tests (borg-freebsd-14-x86_64-gh, FreeBSD, true, freebsd, 14.3) (push) Has been cancelled

[Backport 1.4-maint] tests: fix coverage collection for daemonized borg mount (fuse/hlfuse)
This commit is contained in:
TW 2026-03-07 23:27:01 +01:00 committed by GitHub
commit 289364b7d7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -254,6 +254,7 @@ labels = ["lint"]
[tool.coverage.run]
branch = true
disable_warnings = ["module-not-measured", "no-ctracer"]
patch = ["subprocess", "_exit"]
source = ["src/borg"]
omit = [
"*/borg/__init__.py",