From 386acc99635229c4b3c6cc5a6653470039724f53 Mon Sep 17 00:00:00 2001 From: Simon Dirmeier Date: Sun, 5 Jul 2026 00:20:12 +0200 Subject: [PATCH] fix: fix pytest coverage --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bd78c10..882ee21 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -100,7 +100,7 @@ disallow_untyped_calls = false addopts = [ "-v", "--doctest-modules", - "--cov=sabc", + "--cov=sbijax", "--cov-report=xml", "--strict-markers", "--strict-config",