- provide a release package
gcov2lcov-linux-amd64.tar.gz
to be compatible with oldergcov2lcov-action
versions
- use goreleaser for builds and provide additional versions
- dependency upgrades
- performance otimizations (thanks to zzh8829, #16)
- dependency upgrades
- new: option
-use-absolute-source-path
- when set absolut path names are used for the SF value (#10) - compile with go 1.16
- fix calculation of LH and LF values which led to wrong calculation of test coverage in coveralls
- avoid duplicate DA records for same lines (see jandelgado/gcov2lcov-action#2)
- initial release