try
This commit is contained in:
parent
c107994477
commit
b261c7758a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
|||
- name: Build
|
||||
run: make build && go get -u github.com/jandelgado/gcov2lcov
|
||||
- name: All tests
|
||||
run: go test -coverprofile=coverage.out -covermode=atomic ./... && $GOPATH/bin/gcov2lcov -inputfile=coverage.out -outfile=coverage.lcov
|
||||
run: go test -coverprofile=coverage.out -covermode=atomic ./... && sudo apt-get install locate && locate gcov2lcov
|
||||
- name: Coveralls
|
||||
uses: coverallsapp/github-action@master
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue