Releases: vladopajic/go-test-coverage
Releases · vladopajic/go-test-coverage
v2.10.6
What's Changed
- fix: regex parsing failure on windows by @vladopajic in #121
Full Changelog: v2...v2.10.6
v2.10.5
What's Changed
- reports are added to output only if thresholds are specified by @vladopajic in #111
Full Changelog: v2.10.4...v2.10.5
v2.10.4
What's Changed
- text of GitHub action multiline output changed to json by @vladopajic in #108
Full Changelog: v2...v2.10.4
v2.10.3
What's Changed
- add human report to github variable (by name
report
) by @vladopajic in #107
Full Changelog: v2.10.2...v2.10.3
v2.10.2
What's Changed
- go version bump to 1.23 #100
- version update of tools and libraries
New Contributors
- @alexandear made their first contribution in #88
Full Changelog: v2...v2.10.2
v2.10.1
What's Changed
- fixed overriding
total
threshold value from config when passing from ci (or command line) #83
New Contributors
- @antonsergeyev made their first contribution in #83
Full Changelog: v2.10.0...v2.10.1
v2.10.0
What's Changed
- add support for checking coverage using multiple coverage profile files #74
- add ability to exclude entire function from coverage statistics #75
- add ability to exclude whole body of
if
,switch
,select
andfor
statements with annotation #77, #79 - exclude files with no statements #76
Full Changelog: v2.9.0...v2.10.0
v2.9.0
Changes:
- add the ability to ignore source code blocks from coverage statistics (#71)
Full Changelog: v2.8.3...v2.9.0
v2.8.3
This release has no functional changes.
Changes:
- go version bump to v1.22 #65
- version update of tools and libraries
Full Changelog: v2...v2.8.3
v2.8.2
This is patch release that includes various improvements of code.