File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -67,13 +67,12 @@ jobs:
67
67
infile : coverage.out
68
68
outfile : coverage.lcov
69
69
70
- # TODO: DO after
71
- # - name: Coveralls
72
- # uses: coverallsapp/github-action@master
73
- # with:
74
- # github-token: ${{ secrets.GITHUB_TOKEN }}
75
- # path-to-lcov: coverage.lcov
76
- # continue-on-error: true # NOTE: secrets cannot be obtained with forked repository PR
70
+ - name : Coveralls
71
+ uses : coverallsapp/github-action@master
72
+ with :
73
+ github-token : ${{ secrets.GITHUB_TOKEN }}
74
+ path-to-lcov : coverage.lcov
75
+ continue-on-error : true # NOTE: secrets cannot be obtained with forked repository PR
77
76
78
77
- name : Slack Notification (not success)
79
78
uses : act10ns/slack@v2
Original file line number Diff line number Diff line change 6
6
> Don't use in production.
7
7
8
8
[ ![ build] ( https://github.com/sue445/go-gem-wrapper/actions/workflows/build.yml/badge.svg )] ( https://github.com/sue445/go-gem-wrapper/actions/workflows/build.yml )
9
+ [ ![ Coverage Status] ( https://coveralls.io/repos/github/sue445/go-gem-wrapper/badge.svg )] ( https://coveralls.io/github/sue445/go-gem-wrapper )
9
10
10
11
## Requirements
11
12
* Go
You can’t perform that action at this time.
0 commit comments