Update test.yaml

master
Mickaël Rémond 4 weeks ago committed by GitHub
parent 655f875918
commit 87fb1dfe78
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -27,12 +27,12 @@ jobs:
run: |
go test ./... -v -race -coverprofile cover.out -covermode=atomic
- name: Convert coverage to lcov
uses: jandelgado/gcov2lcov-action@v1.0.0
uses: jandelgado/gcov2lcov-action
with:
infile: cover.out
outfile: coverage.lcov
- name: Coveralls
uses: coverallsapp/github-action@v1.0.1
uses: coverallsapp/github-action
with:
github-token: ${{ secrets.github_token }}
path-to-lcov: coverage.lcov

Loading…
Cancel
Save