From c9386b4b37e664061ed442504d57869e3705a0a3 Mon Sep 17 00:00:00 2001 From: Massimiliano Pippi Date: Thu, 25 Jan 2024 15:07:02 +0100 Subject: [PATCH] fix coverage --- integrations/google_ai/pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/integrations/google_ai/pyproject.toml b/integrations/google_ai/pyproject.toml index 0bcea5d56..1127dc6bf 100644 --- a/integrations/google_ai/pyproject.toml +++ b/integrations/google_ai/pyproject.toml @@ -149,7 +149,6 @@ ban-relative-imports = "parents" "tests/**/*" = ["PLR2004", "S101", "TID252"] [tool.coverage.run] -source_pkgs = ["src", "tests"] branch = true parallel = true