Skip to content

Commit

Permalink
Merge pull request #16 from tubone24/renovate/jandelgado-gcov2lcov-ac…
Browse files Browse the repository at this point in the history
…tion-1.x

Update jandelgado/gcov2lcov-action action to v1.0.8
  • Loading branch information
tubone24 committed Dec 4, 2021
2 parents 4d4c9de + 3c99365 commit adf51d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Test
run: go test -coverprofile coverage.out -covermode atomic -v ./...
- name: Convert coverage to lcov
uses: jandelgado/gcov2lcov-action@v1.0.0
uses: jandelgado/gcov2lcov-action@v1.0.8
with:
infile: coverage.out
outfile: coverage.lcov
Expand Down

0 comments on commit adf51d0

Please sign in to comment.