Skip to content

Commit

Permalink
Bump jandelgado/gcov2lcov-action from 1.0.9 to 1.1.1
Browse files Browse the repository at this point in the history
Bumps [jandelgado/gcov2lcov-action](https://github.com/jandelgado/gcov2lcov-action) from 1.0.9 to 1.1.1.
- [Release notes](https://github.com/jandelgado/gcov2lcov-action/releases)
- [Changelog](https://github.com/jandelgado/gcov2lcov-action/blob/master/CHANGELOG.md)
- [Commits](jandelgado/gcov2lcov-action@v1.0.9...v1.1.1)

---
updated-dependencies:
- dependency-name: jandelgado/gcov2lcov-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and sha1n committed Nov 1, 2024
1 parent 4d40675 commit 6aff9fd
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 @@ -25,7 +25,7 @@ jobs:
go test -v -covermode=count -coverprofile=coverage.out ./...
- name: Coverage
uses: jandelgado/gcov2lcov-action@v1.0.9
uses: jandelgado/gcov2lcov-action@v1.1.1

- name: Coveralls
uses: coverallsapp/[email protected]
Expand Down

0 comments on commit 6aff9fd

Please sign in to comment.