We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e526d32 commit ad63b94Copy full SHA for ad63b94
.codecov.yml
@@ -1,15 +1,23 @@
1
codecov:
2
- require_ci_to_pass: yes
+ require_ci_to_pass: no
3
4
coverage:
5
precision: 2
6
round: down
7
range: "70...100"
8
-
9
status:
10
- project: yes
11
- patch: yes
12
- changes: no
+ project:
+ default:
+ # basic
+ target: auto
13
+ threshold: 1%
14
+ base: auto
15
+ patch:
16
17
18
+ target: 50%
19
20
21
22
comment:
23
layout: "reach, diff, flags, files"
0 commit comments