Skip to content

Commit 4127f2a

Browse files
committed
CI : Let claude go nuts
1 parent 04d19f1 commit 4127f2a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/codecov.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,14 @@ coverage:
33
project:
44
default:
55
target: 90%
6-
patch: false
6+
threshold: 1% # Allow 1% drop without failing
7+
if_ci_failed: error # Mark as error if CI fails
8+
informational: false # Make this a required check
9+
patch:
10+
default:
11+
target: 90%
12+
threshold: 1%
13+
informational: false
714

815
comment:
916
layout: "diff, flags, files"

0 commit comments

Comments
 (0)