Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzocerrone committed Aug 29, 2024
1 parent 363a5a1 commit 8219ca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ addopts = [
]

[tool.coverage.run]
source = ["ngio"]
include = ["src/ngio/*"]
omit = [
"src/ngio/core/handler_protocol.py", # This is file only contains a protocol definition
"src/ngio/ngff_meta/_meta_handler_protocol.py", # This is file only contains a protocol definition
Expand Down

0 comments on commit 8219ca0

Please sign in to comment.