Skip to content

Commit 0d81f4a

Browse files
committed
chore: update codecov config
1 parent 27c550a commit 0d81f4a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

codecov.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,16 @@ coverage:
1717
default:
1818
target: 95%
1919
threshold: 1%
20-
# Only check against the files that were changed + existing coverage
21-
if_ci_failed: error
20+
# Informational only - never block PRs
21+
informational: true
2222

2323
# Patch coverage (for new code in PRs)
2424
patch:
2525
default:
2626
target: 90%
2727
threshold: 1%
28-
if_ci_failed: error
28+
# Informational only - never block PRs
29+
informational: true
2930

3031
# Ignore generated and non-essential files
3132
ignore:

0 commit comments

Comments
 (0)