File tree 2 files changed +4
-6
lines changed
2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1
- name : Test Integration
1
+ name : Test (integration)
2
2
on : push
3
3
4
4
jobs :
9
9
- name : Test Integration
10
10
run : make test-integration
11
11
- name : Coverage report
12
- uses : mgerasimchuk /go-coverage-report@chart-diff-only
12
+ uses : ncruces /go-coverage-report@v0.2.9
13
13
with :
14
14
badge-title : Coverage (integration)
15
15
coverage-file : assets/coverage/integration/coverage.out
16
16
report : true
17
17
output-dir : assets/coverage/integration
18
18
chart : true
19
- chart-show-diff-only : true
Original file line number Diff line number Diff line change 1
- name : Test Unit
1
+ name : Test (unit)
2
2
on : push
3
3
4
4
jobs :
9
9
- name : Test Unit
10
10
run : make test-unit
11
11
- name : Coverage report
12
- uses : mgerasimchuk /go-coverage-report@chart-diff-only
12
+ uses : ncruces /go-coverage-report@v0.2.9
13
13
with :
14
14
badge-title : Coverage (unit)
15
15
coverage-file : assets/coverage/unit/coverage.out
16
16
report : true
17
17
output-dir : assets/coverage/unit
18
18
chart : true
19
- chart-show-diff-only : true
You can’t perform that action at this time.
0 commit comments