From ec18bb14107746a9232f9b53fd696d7db16b5813 Mon Sep 17 00:00:00 2001 From: lorenzo Date: Thu, 29 Aug 2024 11:28:48 +0200 Subject: [PATCH] fix ci --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 203b76e..2f89a92 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -135,7 +135,7 @@ addopts = [ ] [tool.coverage.run] -source = "src/ngio" +source = ["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