On a BSD vagrant box, it spams us with these warnings... It also works without the c-tracer, just slower.
@@ -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",