Skip to content

Commit 174fc48

Browse files
authored
Remove fail_under from top-level coverage config so <100% html-coverage step doesn't end CI run (#2475)
1 parent 5460470 commit 174fc48

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,6 @@ source = [
250250

251251
# https://coverage.readthedocs.io/en/latest/config.html#report
252252
[tool.coverage.report]
253-
fail_under = 100
254253
skip_covered = true
255254
show_missing = true
256255
ignore_errors = true

0 commit comments

Comments
 (0)