From 5322895e74c7d549706339bdc0af269c7997f95a Mon Sep 17 00:00:00 2001 From: Saransh Chopra Date: Sun, 26 Nov 2023 01:27:23 +0530 Subject: [PATCH] tool.coverage.run.source should be a list --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 25be1e518e..eae0575117 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -245,5 +245,5 @@ log_format = "%(asctime)s - %(name)s - %(levelname)s - %(message)s" log_date_format = "%Y-%m-%d %H:%M:%S" [tool.coverage.run] -source = "pybamm" +source = ["pybamm"] concurrency = ["multiprocessing"]