Răsfoiți Sursa

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 9 ani în urmă
părinte
comite
23a3e3b068
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  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/*