mirror of
https://github.com/borgbackup/borg.git
synced 2026-06-10 17:32:13 -04:00
coverage: disable no-ctracer warning
On a BSD vagrant box, it spams us with these warnings... It also works without the c-tracer, just slower.
This commit is contained in:
parent
05b63a41fe
commit
93cc4faa1a
1 changed files with 1 additions and 1 deletions
|
|
@ -264,7 +264,7 @@ labels = ["lint"]
|
|||
|
||||
[tool.coverage.run]
|
||||
branch = true
|
||||
disable_warnings = ["module-not-measured"]
|
||||
disable_warnings = ["module-not-measured", "no-ctracer"]
|
||||
source = ["src/borg"]
|
||||
omit = [
|
||||
"*/borg/__init__.py",
|
||||
|
|
|
|||
Loading…
Reference in a new issue