Skip to content

Commit

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

Bump jandelgado/gcov2lcov-action from v1.0.2 to v1.0.4
  • Loading branch information
yasuoza committed Oct 10, 2020
2 parents ea65203 + cba9f6a commit cee9b6e
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.2
uses: jandelgado/gcov2lcov-action@v1.0.4
with:
infile: coverage.out
outfile: coverage.lcov
Expand Down

0 comments on commit cee9b6e

Please sign in to comment.