From 27b1d80da21676f03f694c3ebd406a20ba3d4fc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl> Date: Tue, 5 Mar 2024 16:22:54 +0100 Subject: [PATCH] fix pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a3a997a4..3bffd273 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -97,7 +97,7 @@ disable = ''' ''' [tool.coverage.run] -branch = 1 +branch = true source = ["satella"] concurrency = "thread" omit= [ -- GitLab