Explorar el Código

do not measure coverage for fuse.py

it's always at 0% although we do have fuse tests. guess one can't measure such code with coverage.py.
Thomas Waldmann hace 9 años
padre
commit
23a3e3b068
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      .coveragerc

+ 1 - 0
.coveragerc

@@ -5,6 +5,7 @@ omit =
     */borg/__init__.py
     */borg/__main__.py
     */borg/_version.py
+    */borg/fuse.py
     */borg/support/*
     */borg/testsuite/*