From c981150df8832c08f306f8f500f9b484b6e4453c Mon Sep 17 00:00:00 2001 From: bronsen Date: Thu, 14 May 2026 12:02:46 +0200 Subject: [PATCH] coverage: ignore the new testing folder --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a263f80..5713c26 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ build-backend = "uv_build" [tool.coverage.run] branch = true -omit = ["tests/"] +omit = ["testing/"] source_dirs = ["src/"] # custom marks are created in conftest.py