Skip to content

Commit

Permalink
tool.coverage.run.source should be a list
Browse files Browse the repository at this point in the history
  • Loading branch information
Saransh-cpp committed Nov 25, 2023
1 parent 352555d commit 5322895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit 5322895

Please sign in to comment.