From eb7c5d5f9b6f3ca29ec0fa6eaf45fa9d3209de5b Mon Sep 17 00:00:00 2001 From: Pringled Date: Sun, 26 Apr 2026 11:01:14 +0200 Subject: [PATCH] Fix codecov --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 21f16af..2e56e47 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -124,7 +124,7 @@ ignore_missing_imports = true [tool.pytest.ini_options] testpaths = ["tests"] -addopts = ["--tb=short", "--strict-markers", "--cov=src", "--cov-report=term-missing"] +addopts = ["--tb=short", "--strict-markers", "--cov=semble", "--cov-report=term-missing"] [tool.coverage.report] skip_covered = true