Skip to content

Commit b57110a

Browse files
committed
Reconfigures codecov success thresholds
The main goal here is to reduce noise from insignificant drops. This will allow a drop of 1% for the project status, and 2% for the patch. We also change rounding to up, meaning that drops of more than 1% and 2% will result in failure.
1 parent e69f9cd commit b57110a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

codecov.yml

+14
Original file line numberDiff line numberDiff line change
@@ -1 +1,15 @@
11
comment: false
2+
3+
coverage:
4+
round: up
5+
precision: 1
6+
7+
status:
8+
project:
9+
default:
10+
threshold: 1%
11+
patch:
12+
default:
13+
target: auto
14+
threshold: 2%
15+
only_pulls: true

0 commit comments

Comments
 (0)