Skip to content

Releases: vladopajic/go-test-coverage

v2.10.6

18 Nov 10:25
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2...v2.10.6

v2.10.5

11 Nov 12:42
Compare
Choose a tag to compare

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

08 Nov 17:10
Compare
Choose a tag to compare

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

08 Nov 12:03
Compare
Choose a tag to compare

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

04 Sep 13:05
Compare
Choose a tag to compare

What's Changed

  • go version bump to 1.23 #100
  • version update of tools and libraries

New Contributors

Full Changelog: v2...v2.10.2

v2.10.1

08 Apr 07:33
Compare
Choose a tag to compare

What's Changed

  • fixed overriding total threshold value from config when passing from ci (or command line) #83

New Contributors

Full Changelog: v2.10.0...v2.10.1

v2.10.0

23 Mar 11:24
Compare
Choose a tag to compare

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 and for statements with annotation #77, #79
  • exclude files with no statements #76

Full Changelog: v2.9.0...v2.10.0

v2.9.0

18 Mar 19:54
Compare
Choose a tag to compare

Changes:

  • add the ability to ignore source code blocks from coverage statistics (#71)

Full Changelog: v2.8.3...v2.9.0

v2.8.3

15 Feb 10:04
Compare
Choose a tag to compare

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

04 Dec 10:01
Compare
Choose a tag to compare

This is patch release that includes various improvements of code.