Skip to content

Commit 52186d2

Browse files
committed
updated min threshold
1 parent 10c4168 commit 52186d2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.codecov.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ flag_management:
1010
statuses:
1111
- type: project
1212
target: auto
13-
threshold: 2%
13+
threshold: 5%
1414
- type: patch
1515
target: auto
16-
threshold: 2%
16+
threshold: 5%
1717

1818

1919
component_management:
@@ -22,7 +22,7 @@ component_management:
2222
statuses:
2323
- type: project
2424
target: auto
25-
threshold: 2%
25+
threshold: 5%
2626
branches:
2727
- "!master"
2828
individual_components:
@@ -116,12 +116,12 @@ coverage:
116116
project:
117117
default:
118118
informational: true
119-
threshold: 2%
119+
threshold: 5%
120120

121121
patch:
122122
default:
123123
informational: true
124-
threshold: 2%
124+
threshold: 5%
125125

126126
comment:
127127
layout: "header,diff,flags,components,footer"

0 commit comments

Comments
 (0)