Skip to content

Commit 7353549

Browse files
authored
Fixing CodeCov errors (#5054)
* Fixing CodeCov errors * Fix mistake
1 parent e7ccfe0 commit 7353549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ log_date_format = "%Y-%m-%d %H:%M:%S"
259259
source = ["src/pybamm"]
260260
concurrency = ["multiprocessing"]
261261
# Parse warnings have existed for a while, but became failures in pytest 8.4.0
262-
disable_warnings = ["couldnt-parse"]
262+
disable_warnings = ["couldnt-parse", "module-not-measured"]
263263

264264

265265
[tool.mypy]

0 commit comments

Comments
 (0)