From 363a5a1e0477c4ebba99fa264468fdfefb46fb17 Mon Sep 17 00:00:00 2001 From: lorenzo Date: Thu, 29 Aug 2024 11:23:04 +0200 Subject: [PATCH] fix ci --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cb9f9cc..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