File tree Expand file tree Collapse file tree 1 file changed +18
-8
lines changed Expand file tree Collapse file tree 1 file changed +18
-8
lines changed Original file line number Diff line number Diff line change 1
1
codecov :
2
- require_ci_to_pass : true
3
-
4
- comment :
5
- behavior : default
6
- branches :
7
- - " master"
2
+ require_ci_to_pass : yes
8
3
9
4
coverage :
5
+ precision : 2
6
+ round : down
7
+ range : " 70...100"
10
8
status :
11
9
project :
12
10
default :
11
+ # basic
13
12
target : auto
14
- threshold : 0 %
15
-
13
+ threshold : 1 %
14
+ base : auto
16
15
patch :
17
16
default :
17
+ # basic
18
18
target : 100%
19
+ threshold : 1%
20
+ base : auto
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
You can’t perform that action at this time.
0 commit comments