Skip to content

Commit

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

Bump jandelgado/gcov2lcov-action from v1.0.7 to v1.0.8
  • Loading branch information
yasuoza committed Nov 25, 2020
2 parents c7a4878 + 95fc7fc commit 4620f07
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.7
uses: jandelgado/gcov2lcov-action@v1.0.8
with:
infile: coverage.out
outfile: coverage.lcov
Expand Down

0 comments on commit 4620f07

Please sign in to comment.