Skip to content

Releases: robherley/go-test-action

v0.4.1

07 Apr 22:55
a612d16
Compare
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
Compare
Choose a tag to compare

What's Changed

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

v0.3.0

07 Apr 19:06
4c6caba
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

馃帀 It's the initial release!