Skip to content

Commit 84cb9b5

Browse files
authored
Ease CI requirements for codecov patch (#1982)
Update codecov patch threshold We often see +/- very small changes to the patch threashold which end up reporting as a failure. Set the threshold to 1% so these -0.05% changes don't impact us as much.
1 parent f5dc9a9 commit 84cb9b5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

codecov.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ coverage:
1010
default:
1111
target: auto
1212
threshold: 2%
13+
patch:
14+
default:
15+
target: auto
16+
threshold: 1%
1317
paths:
1418
- "api/"
1519
- "cmd/"

0 commit comments

Comments
 (0)