Skip to content

Commit

Permalink
Merge pull request #16 from smlx/dependabot/github_actions/jandelgado…
Browse files Browse the repository at this point in the history
…/gcov2lcov-action-1.0.9

chore(deps): bump jandelgado/gcov2lcov-action from 1.0.8 to 1.0.9
  • Loading branch information
smlx authored May 26, 2022
2 parents c24ac06 + 45299d4 commit 43c74ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Calculate coverage
run: go test -v -covermode=count -coverprofile=coverage.out
- name: Convert coverage to lcov
uses: jandelgado/gcov2lcov-action@v1.0.8
uses: jandelgado/gcov2lcov-action@v1.0.9
- name: Coveralls
uses: coverallsapp/github-action@1.1.3
with:
Expand Down

0 comments on commit 43c74ca

Please sign in to comment.