Skip to content

Commit 00d9aff

Browse files
committed
disable patch error
1 parent d4e56b7 commit 00d9aff

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/.codecov.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,8 @@ coverage:
1212
# advanced settings
1313
if_ci_failed: error #success, failure, error, ignore
1414
informational: true
15-
only_pulls: false
15+
only_pulls: false
16+
# Disable patch codecov errors
17+
patch:
18+
default:
19+
enabled: false

0 commit comments

Comments
 (0)