Commit 29efe2e egonspace
committed
1 parent 3823fcc commit 29efe2e Copy full SHA for 29efe2e
File tree 2 files changed +4
-24
lines changed
2 files changed +4
-24
lines changed Original file line number Diff line number Diff line change @@ -192,7 +192,7 @@ jobs:
192
192
sed -i.bak "/$(echo $filename | sed 's/\//\\\//g')/d" coverage.txt
193
193
done
194
194
if : env.GIT_DIFF
195
- - uses : codecov/codecov-action@v1.2.1
195
+ - uses : codecov/codecov-action@v1.5.0
196
196
with :
197
197
token : ${{ secrets.CODECOV_TOKEN }}
198
198
file : ./coverage.txt
Original file line number Diff line number Diff line change @@ -10,24 +10,14 @@ codecov:
10
10
comment :
11
11
layout : " reach,diff,flags,tree"
12
12
behavior : default # update if exists else create new
13
- require_changes : no
13
+ require_changes : true
14
14
15
15
coverage :
16
16
status :
17
17
project :
18
18
default :
19
- # basic
20
19
target : 20
21
20
threshold : 1% # allow this much decrease on project
22
- base : auto
23
- # advanced
24
- branches : null
25
- if_no_uploads : error
26
- if_not_found : success
27
- if_ci_failed : error
28
- only_pulls : false
29
- flags : null
30
- paths : null
31
21
app :
32
22
target : 70%
33
23
flags :
@@ -58,14 +48,6 @@ flags:
58
48
- " client/"
59
49
- " x/**/client/"
60
50
61
- parsers :
62
- gcov :
63
- branch_detection :
64
- conditional : yes
65
- loop : yes
66
- method : no
67
- macro : no
68
-
69
51
ignore :
70
52
- " docs"
71
53
- " *.md"
@@ -75,12 +57,10 @@ ignore:
75
57
- " *.sh"
76
58
- " *.png"
77
59
- " *_test.go"
60
+ - " scripts/"
78
61
- " x/**/test_common.go"
79
62
- " *_cmd.go"
80
- - " contrib/**/*"
81
- - " client/rpc/**/*_wrapper.go"
82
- - " client/rpc/**/*_alias.go"
83
- - " client/rpc/mock/*.go"
63
+ - " contrib"
84
64
- " statik.go"
85
65
- " root.go"
86
66
- " x/**/module.go"
You can’t perform that action at this time.
0 commit comments