Skip to content

Commit a275456

Browse files
committed
Remove coverage-under-80 failure
1 parent b9f39b4 commit a275456

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
@@ -122,7 +122,7 @@ branch = true
122122
omit = ["manify/optimizers/_adan.py"] # Exclude from coverage reporting
123123

124124
[tool.coverage.report]
125-
fail_under = 80
125+
# fail_under = 80
126126

127127
[tool.coverage.xml]
128128
output = "coverage.xml"

0 commit comments

Comments
 (0)