Releases: vladopajic/go-test-coverage
Releases · vladopajic/go-test-coverage
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.
v2.8.1
This is patch release that includes various improvements of code.
v2.8.0
v2.7.1
Changes:
- fix override path property name #22
v2.7.0
Changes:
- new configuration to override files and packages default thresholds #20
v2.6.0
Changes:
- files or packages could be excluded from coverage statistics #19