Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump jandelgado/gcov2lcov-action from 1.0.6 to 1.0.9 #71

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 2, 2023

Bumps jandelgado/gcov2lcov-action from 1.0.6 to 1.0.9.

Release notes

Sourced from jandelgado/gcov2lcov-action's releases.

Release 1.0.9

make sure GOROOT is always set (fixes #13), because the invoked gcov2lcov uses golang API functions that rely on GOROOT (i.e. build.Import, which calls https://cs.opensource.google/go/go/+/refs/tags/go1.18.2:src/go/build/build.go;drc=0a1a092c4b56a1d4033372fbd07924dad8cbb50b;l=544)

Up to version v3 of the github setup-go action, the GOROOT variable was automatically set. But that changed here, and that's why we nowmak sure GOROOT is always set.

Release 1.0.8

Fix download problem when specific gcov2lcov version is used (#12 )

Release 1.0.7

Fix documentation and input parameter requirements

Changelog

Sourced from jandelgado/gcov2lcov-action's changelog.

1.0.9 [2022-05-23]

  • fix: always set GOROOT before invoking gcov2lcov (#13)

1.0.8 [2020-11-05]

  • fix: use correct download link when specific version of gcov2lcov is set (#11)

1.0.5 [2020-10-15]

  • without docker runtime

1.0.4 [2020-10-13]

  • bump to gcov2lcov 1.0.4
  • use precompiled binary

1.0.3 [2020-09-11]

  • bump to gcov2lcov 1.0.3

1.0.2 [2020-04-25]

1.0.0 [2019-10-07]

  • initial release
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [jandelgado/gcov2lcov-action](https://github.com/jandelgado/gcov2lcov-action) from 1.0.6 to 1.0.9.
- [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.6...v1.0.9)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jun 2, 2023
@sha1n sha1n merged commit ae71633 into master Jun 2, 2023
@sha1n sha1n deleted the dependabot/github_actions/jandelgado/gcov2lcov-action-1.0.9 branch June 2, 2023 05:34
@coveralls
Copy link

Pull Request Test Coverage Report for Build 5152176432

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 92.078%

Totals Coverage Status
Change from base Build 5152173920: 0.0%
Covered Lines: 616
Relevant Lines: 669

💛 - Coveralls

1 similar comment
@coveralls
Copy link

Pull Request Test Coverage Report for Build 5152176432

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 92.078%

Totals Coverage Status
Change from base Build 5152173920: 0.0%
Covered Lines: 616
Relevant Lines: 669

💛 - Coveralls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants