Skip to content

Commit

Permalink
Merge e530198 into 05f6cbe
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 29, 2020
2 parents 05f6cbe + e530198 commit 7880822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
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 7880822

Please sign in to comment.