Skip to content

Commit 7a96bb3

Browse files
committed
codecov.yml: override codecov.io defaults
The default values tends to mark most PRs as red, which is annoying.
1 parent c44c2b6 commit 7a96bb3

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

codecov.yml

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Copyright 2020 The Periph Authors. All rights reserved.
2+
# Use of this source code is governed under the Apache License, Version 2.0
3+
# that can be found in the LICENSE file.
4+
5+
# https://docs.codecov.io/docs/codecovyml-reference
6+
# and
7+
# https://docs.codecov.io/docs/coverage-configuration
8+
coverage:
9+
precision: 1
10+
range: "40...80"
11+
round: nearest
12+
status:
13+
patch:
14+
default:
15+
target: 60%
16+
threshold: 10%
17+
project:
18+
default:
19+
target: 60%
20+
threshold: 10%

0 commit comments

Comments
 (0)