Update jandelgado/gcov2lcov-action action to v1.2.0 #138
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.0.6->v1.2.0Release Notes
jandelgado/gcov2lcov-action (jandelgado/gcov2lcov-action)
v1.2.0: Release 1.2.0Compare Source
What's Changed
New Contributors
Full Changelog: jandelgado/gcov2lcov-action@v1...v1.2.0
v1.1.1: Release 1.1.1Compare Source
fixes a problem introduced with new gcov2lcov artifact naming scheme
v1.1.0: Release 1.1.0Compare Source
What's Changed
Full Changelog: jandelgado/gcov2lcov-action@v1...v1.1.0
v1.0.9: Release 1.0.9Compare Source
make sure
GOROOTis always set (fixes #13), because the invoked gcov2lcov uses golang API functions that rely onGOROOT(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
GOROOTvariable was automatically set. But that changed here, and that's why we nowmak sureGOROOTis always set.v1.0.8: Release 1.0.8Compare Source
Fix download problem when specific gcov2lcov version is used (#12 )
v1.0.7: Release 1.0.7Compare Source
Fix documentation and input parameter requirements
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.