This commit is contained in:
AlteredCoder 2020-07-24 18:11:24 +02:00
parent c107994477
commit b261c7758a

View file

@ -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: