Skip to content

Commit

Permalink
Merge pull request #15 from yasuoza/dependabot/github_actions/jandelg…
Browse files Browse the repository at this point in the history
…ado/gcov2lcov-action-v1.0.7

Bump jandelgado/gcov2lcov-action from v1.0.5 to v1.0.7
  • Loading branch information
yasuoza authored Oct 19, 2020
2 parents 627a2c7 + 389ab31 commit 395a014
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:
run: go test -v -covermode=count -coverprofile=coverage.out

- name: Convert coverage to lcov
uses: jandelgado/gcov2lcov-action@v1.0.5
uses: jandelgado/gcov2lcov-action@v1.0.7
with:
infile: coverage.out
outfile: coverage.lcov
Expand Down

0 comments on commit 395a014

Please sign in to comment.