Releases: jandelgado/gcov2lcov
Releases · jandelgado/gcov2lcov
v1.1.1
What's Changed
Note: this release replaces v1.1.0, which introduced an incompatibility with the associated github-action
- use test matrix to test different go versions by @jandelgado in #14
- fix gitlab ci cache (setup-go) by @jandelgado in #20
- Bump actions/download-artifact from 1 to 4.1.7 in /.github/workflows by @dependabot in #21
- Use goreleaser by @jandelgado in #23
- [gomod] Bump github.com/stretchr/testify from 1.8.1 to 1.9.0 by @dependabot in #25
- [gh-actions] Bump actions/checkout from 3 to 4 by @dependabot in #26
- [gh-actions] Bump actions/setup-go from 4 to 5 by @dependabot in #27
- [gh-actions] Bump actions/download-artifact from 4.1.7 to 4.1.8 by @dependabot in #28
- remove old releasing code by @jandelgado in #29
New Contributors
- @dependabot made their first contribution in #21
Full Changelog: v1.0.6...v1.1.1
Release 1.0.6
What's Changed
- Update go get in README.md by @jlk in #13
- upgrade deps by @jandelgado in #17
- improve caching by @zzh8829 in #16
- fix linter findings by @jandelgado in #18
New Contributors
Full Changelog: v1.0.5...v1.0.6
Release 1.0.5
- new: option
-use-absolute-source-path
- when set absolut path names are used for the SF value (#10) - compile with go 1.16
Release 1.0.4
- use go 1.15
- upload release assets
- use github actions
Release v1.0.3
honor file package (#5 )
Release v1.0.2
- fix: calculation of LH and LF values (see #4 and jandelgado/gcov2lcov-action#2)