From 890466a6c526254ee4e4812baca508bc315afbb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20S=C3=A1nchez-Gallego?= Date: Fri, 19 Jan 2024 15:18:55 -0800 Subject: [PATCH] Do not test ds9.py, utils.py and __main__.py --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index fa9aab1..977c688 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,6 +90,9 @@ asyncio_mode = "auto" branch = true include = ["src/lvmopstools/*"] omit = [ + "src/lvmopstools/__main__.py", + "src/lvmopstools/ds9.py", + "src/lvmopstools/utils.py" ] [tool.coverage.report]