Skip to content

Commit e967e23

Browse files
committed
fix typo in coverage report setting. enable branch
Signed-off-by: Hao Wu <[email protected]>
1 parent b6ff361 commit e967e23

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pyproject.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,12 +169,17 @@ line-ending = "auto"
169169
concurrency = ["thread", "multiprocessing"]
170170
omit = ["/tmp/*"]
171171
relative_files = true
172+
branch = true
172173
source = ["emerging_optimizers"]
173174

174175
[tool.coverage.paths]
175176
source = ["emerging_optimizers/", "/workspace/emerging_optimizers"]
176177

177-
[too.coverage.report]
178+
[tool.coverage.report]
179+
exclude_lines = [
180+
"raise ValueError"
181+
]
178182
exclude_also = [
179183
"@triton"
180184
]
185+

0 commit comments

Comments
 (0)