From 8219ca03622cef40e94fbe7144006dbdf08820a4 Mon Sep 17 00:00:00 2001 From: lorenzo Date: Thu, 29 Aug 2024 11:24:43 +0200 Subject: [PATCH] fix ci --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2f89a92..18f4a71 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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