This commit is contained in:
AlteredCoder 2020-07-24 17:55:04 +02:00
parent 22c7bcdd00
commit d2ac1cde8f

View file

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