coverage: ignore the new testing folder

This commit is contained in:
bronsen 2026-05-14 12:02:46 +02:00
parent 1905dc0cc4
commit c981150df8

View file

@ -62,7 +62,7 @@ build-backend = "uv_build"
[tool.coverage.run] [tool.coverage.run]
branch = true branch = true
omit = ["tests/"] omit = ["testing/"]
source_dirs = ["src/"] source_dirs = ["src/"]
# custom marks are created in conftest.py # custom marks are created in conftest.py