Skip to content

Commit

Permalink
adjust coverage on virtualfs.py
Browse files Browse the repository at this point in the history
  • Loading branch information
azuline committed Oct 18, 2023
1 parent 862082b commit 73c3c79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
[run]
branch = True
# fusepy does not support coverage collection.
omit =
rose/__main__.py
rose/virtualfs.py
setup.py
1 change: 1 addition & 0 deletions rose/virtualfs.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
logger = logging.getLogger(__name__)


# IDK how to get coverage on this thing.
class VirtualFS(fuse.Operations): # type: ignore
def __init__(self, config: Config):
self.config = config
Expand Down

0 comments on commit 73c3c79

Please sign in to comment.