Skip to content

Commit 79a53b2

Browse files
committed
chore: Fix coverage report config
1 parent bfb4ee8 commit 79a53b2

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
@@ -106,4 +106,4 @@ source = [
106106
]
107107

108108
[tool.coverage.report]
109-
include = ["src/", "tests/"]
109+
include = ["src/*", "tests/*"]

0 commit comments

Comments
 (0)