try
This commit is contained in:
parent
22c7bcdd00
commit
d2ac1cde8f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
|||
run: make build && go get -u github.com/jandelgado/gcov2lcov
|
||||
- name: All tests
|
||||
run: go test -coverprofile=coverage.out -covermode=atomic ./... && gcov2lcov -inputfile=coverage.out -outfile=coverage.lcov
|
||||
- name: Coveralls
|
||||
- name: Coveralls
|
||||
uses: coverallsapp/github-action@master
|
||||
with:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
Loading…
Add table
Reference in a new issue