Skip to content

Commit 01218f3

Browse files
committed
fix coverage
1 parent 15b6604 commit 01218f3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pyproject.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,3 +121,15 @@ exclude = ["tests/**/*"]
121121
include = [
122122
"src/enum_properties"
123123
]
124+
125+
[tool.coverage.run]
126+
omit = ["tests/**/*py"]
127+
branch = true
128+
source = ["enum_properties"]
129+
concurrency = ["multiprocessing"]
130+
parallel = true
131+
relative_files = true
132+
command_line = "-m pytest --cov=enum_properties"
133+
134+
[tool.coverage.paths]
135+
source = ["enum_properties"]

0 commit comments

Comments
 (0)