From 97c446d067a2d9bc5e5a93b56aee6d3c52fe7870 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tin=20Tvrtkovi=C4=87?= Date: Mon, 2 Dec 2024 22:59:03 +0100 Subject: [PATCH] Let's try branch coverage --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 0a562cbb..078f5ef9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -102,6 +102,7 @@ msgspec = [ addopts = "-l --benchmark-sort=fullname --benchmark-warmup=true --benchmark-warmup-iterations=5 --benchmark-group-by=fullname" [tool.coverage.run] +branch = true parallel = true source_pkgs = ["cattrs", "tests"]