Skip to content

Releases: robherley/go-test-action

v0.6.0

17 Dec 03:32
b19f6aa

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0...v0.6.0

v0.5.0

06 Sep 15:10
d5d3f99

Choose a tag to compare

What's Changed

Full Changelog: v0...v0.5.0

v0.4.1

07 Apr 22:55
a612d16

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.4.1

v0.4.0

07 Apr 22:35
929eebe

Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.4.0

v0.3.0

07 Apr 19:06
4c6caba

Choose a tag to compare

What's Changed

  • Add support for fromJSONFile to skip test execution and process JSON file by @jkrall in #11
  • multi: add omitSuccessfulPackages opt by @torkelrogstad in #12
  • prep for 0.3.0 release, some housekeeping by @robherley in #13

New Contributors

Full Changelog: v0.2.0...v0.3.0

v0.2.0

04 Feb 23:43
109b18b

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.2.0

v0.1.0: `omitUntestedPackages` and `omitPie`

24 Jul 00:13
d2be031

Choose a tag to compare

  • new inputs:
    • omitUntestedPackages (optional): omit any go packages that don't have any tests from the summary output
      • Default: false
    • omitPie (optional): omit the pie chart from the summary output
      • Default: false
  • also stderr output is now renders as a <details> element after the test table

Initial release

11 Jul 04:25
68a0724

Choose a tag to compare

🎉 It's the initial release!