Skip to content

Commit 60e46ca

Browse files
SimplyLizclaude
andcommitted
fix: disable patch coverage check on main/develop branches
Patch coverage should only run on PRs, not on direct pushes to main or develop. This was causing false failures on release merges. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent c89a68a commit 60e46ca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

codecov.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ coverage:
1717
default:
1818
target: 30%
1919
threshold: 0%
20+
only_pulls: true
2021

2122
comment:
2223
# Codecov's recommended condensed format
@@ -42,3 +43,4 @@ flag_management:
4243
threshold: 1%
4344
- type: patch
4445
target: 30%
46+
only_pulls: true

0 commit comments

Comments
 (0)