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.
This commit is contained in:
Thomas Waldmann 2015-11-01 23:22:04 +01:00
parent ff66271057
commit 23a3e3b068
1 changed files with 1 additions and 0 deletions

View File

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