Skip to content

Releases: vladopajic/go-test-coverage

v2.7.1

04 Jul 17:19

Choose a tag to compare

Changes:

  • fix override path property name #22

v2.7.0

06 May 10:07

Choose a tag to compare

Changes:

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

v2.6.0

13 Apr 13:58

Choose a tag to compare

Changes:

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

v2.5.0

08 Apr 10:11

Choose a tag to compare

Changes:

  • introduced new badge color #17
  • coverage percentage formula updated #15
    • percentage value is rounding down (eg. coverage value of 99.60% will be 99%; and not 100%)
  • reporting style improvements #18

v2.4.0

07 Apr 12:46
d1c6686

Choose a tag to compare

Changes:

  • arguments have default values same as github action

v2.3.0

07 Apr 12:45

Choose a tag to compare

Changes:

  • match major version with go module

v2.2.0

06 Apr 10:56

Choose a tag to compare

Changes:

  • configuration file values are overridden by arguments (#12)

v2.1.0

02 Apr 16:23
36b4128

Choose a tag to compare

  • added github output values badge-text and badge-color which could be used to generate badges

v2.0.0

30 Mar 13:07
b3028c7

Choose a tag to compare

  • github action is now fully configurable via inputs
  • improved github output
  • config file now uses kebab case key values

v1.0.1

29 Mar 19:08

Choose a tag to compare

  • add github action friendly output