Skip to content

Commit

Permalink
Merge pull request #69 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 committed May 24, 2022
2 parents 47f3da2 + dfa722d commit 8296b7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yaml
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 8296b7a

Please sign in to comment.