gcov2lcov-action

Github action to convert go coverage files to lcov format

MIT License

Stars
22
Committers
3

Bot releases are visible (Hide)

gcov2lcov-action - Release 1.1.0

Published by jandelgado 8 days ago

What's Changed

Full Changelog: https://github.com/jandelgado/gcov2lcov-action/compare/v1...v1.1.0

gcov2lcov-action - Release 1.0.9 Latest Release

Published by jandelgado over 2 years ago

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.

gcov2lcov-action - Release 1.0.8

Published by jandelgado almost 4 years ago

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

gcov2lcov-action - Release 1.0.7

Published by jandelgado about 4 years ago

Fix documentation and input parameter requirements

gcov2lcov-action - Release 1.0.6

Published by jandelgado about 4 years ago

minor improvements (#9)

gcov2lcov-action - Release 1.0.5

Published by jandelgado about 4 years ago

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

gcov2lcov-action - Release 1.0.4

Published by jandelgado about 4 years ago

use gcov2lcov 1.0.4 w/ pre-compiled binary

gcov2lcov-action - Release v1.0.2

Published by jandelgado over 4 years ago

Fix coverage calculation (see #2)

gcov2lcov-action - Initial release

Published by jandelgado about 5 years ago