Skip to content

Commit

Permalink
chore(deps): update jandelgado/gcov2lcov-action action to v1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 29, 2020
1 parent 05f6cbe commit e530198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -33,7 +33,7 @@ jobs:
export PATH=$PATH:$(go env GOPATH)/bin
go test -v -covermode=count -coverprofile=coverage.out -run ^Test_
- name: Convert coverage to lcov
uses: jandelgado/gcov2lcov-action@v1.0.7
uses: jandelgado/gcov2lcov-action@v1.0.8
with:
infile: coverage.out
outfile: coverage.lcov
Expand Down

0 comments on commit e530198

Please sign in to comment.