Skip to content

Releases: jandelgado/gcov2lcov-action

Release 1.0.9

23 May 17:18
Compare
Choose a tag to compare

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

22 Nov 10:40
2477d9e
Compare
Choose a tag to compare

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

Release 1.0.7

17 Oct 20:03
91f9b36
Compare
Choose a tag to compare

Fix documentation and input parameter requirements

Release 1.0.6

17 Oct 19:39
e31779e
Compare
Choose a tag to compare

minor improvements (#9)

Release 1.0.5

15 Oct 16:34
4b58d89
Compare
Choose a tag to compare

drop docker image, improving performance (#8)
credits go to @septs

Release 1.0.4

07 Oct 20:51
e214122
Compare
Choose a tag to compare

use gcov2lcov 1.0.4 w/ pre-compiled binary

Release v1.0.2

26 Apr 10:42
Compare
Choose a tag to compare

Fix coverage calculation (see #2)

Initial release

04 Oct 22:24
Compare
Choose a tag to compare