Skip to content

Commit c00673e

Browse files
committed
fix TEST CI
1 parent f60914e commit c00673e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ dev = [
1616
]
1717

1818
[tool.coverage.run]
19-
source = "osm-paths"
19+
source = [
20+
"osm-paths"
21+
]
2022
omit = [
2123
"*/tests/*",
2224
"*/migrations/*",

0 commit comments

Comments
 (0)