We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64bad71 commit ee2fe2cCopy full SHA for ee2fe2c
codecov.yml
@@ -1,18 +1,28 @@
1
codecov:
2
- require_ci_to_pass: true
3
-
4
-comment:
5
- behavior: default
6
- branches:
7
- - "master"
+ require_ci_to_pass: yes
8
9
coverage:
+ precision: 2
+ round: down
+ range: "70...100"
10
status:
11
project:
12
default:
+ # basic
13
target: auto
14
- threshold: 0%
15
+ threshold: 1%
+ base: auto
16
patch:
17
18
target: 100%
19
20
21
+
22
+comment:
23
+ layout: "reach, diff, flags, files"
24
+ behavior: default
25
+ require_changes: false # if true: only post the comment if coverage changes
26
+ require_base: no # [yes :: must have a base report to post]
27
+ require_head: yes # [yes :: must have a head report to post]
28
+ branches: null # branch names that can post comment
0 commit comments