Releases: jandelgado/gcov2lcov-action
Release 1.1.1
fixes a problem introduced with new gcov2lcov artifact naming scheme
Release 1.1.0
What's Changed
- test with release 1.0.6 by @jandelgado in #15
- Support new gcov2lcov artefact naming (starting with v1.1.0) by @jandelgado in #16
Full Changelog: v1...v1.1.0
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
Release 1.0.6
minor improvements (#9)
Release 1.0.5
Release 1.0.4
use gcov2lcov 1.0.4 w/ pre-compiled binary
Release v1.0.2
Fix coverage calculation (see #2)
Initial release
v1.0.0 update docs