Browse Source

disable no-ctracer in .coveragerc

Thomas Waldmann 1 week ago
parent
commit
47664ed8cd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .coveragerc

+ 1 - 1
.coveragerc

@@ -1,6 +1,6 @@
 [run]
 branch = True
-disable_warnings = module-not-measured
+disable_warnings = module-not-measured, no-ctracer
 source = src/borg
 omit =
     */borg/__init__.py