Skip to content

Commit f60914e

Browse files
committed
fix TEST CI
1 parent 34798ab commit f60914e

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

pyproject.toml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,19 @@ dev = [
1313
"coverage",
1414
"ruff",
1515
"uv"
16-
]
16+
]
17+
18+
[tool.coverage.run]
19+
source = "osm-paths"
20+
omit = [
21+
"*/tests/*",
22+
"*/migrations/*",
23+
"*/settings/*",
24+
"*/test_runner.py",
25+
"*/test_global.py",
26+
"wsgi.py",
27+
]
28+
data_file = ".coverage"
29+
30+
[tool.coverage.report]
31+
ignore_errors = true

0 commit comments

Comments
 (0)