Explorar el Código

disable no-ctracer in .coveragerc

Thomas Waldmann hace 1 semana
padre
commit
47664ed8cd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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