Skip to content

Releases: vladopajic/go-test-coverage

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.

v2.8.1

11 Nov 19:07
Compare
Choose a tag to compare

This is patch release that includes various improvements of code.

v2.8.0

31 Oct 13:21
Compare
Choose a tag to compare

Changes:

  • add option to generate badge and save it to file (#29)
  • add option to generate badge and save it to CDN (like Amazon S3 or DigitalOcean Spaces) (#31)
  • add option to generate badge and save it to GitHub branch (#32)

Read updated instructions on creating coverage badge here.

v2.7.1

04 Jul 17:19
Compare
Choose a tag to compare

Changes:

  • fix override path property name #22

v2.7.0

06 May 10:07
Compare
Choose a tag to compare

Changes:

  • new configuration to override files and packages default thresholds #20

v2.6.0

13 Apr 13:58
Compare
Choose a tag to compare

Changes:

  • files or packages could be excluded from coverage statistics #19