Releases: robherley/go-test-action
Releases · robherley/go-test-action
v0.5.0
What's Changed
- Bump the npm group with 2 updates by @dependabot in #17
- Scrub ansi from test output and stderr by @robherley in #19
- Bump the npm group across 1 directory with 5 updates by @dependabot in #34
Full Changelog: v0...v0.5.0
v0.4.1
What's Changed
- Fix deprecated warning annotation conditional by @robherley in #16
- Bump the npm group with 8 updates by @dependabot in #14
New Contributors
- @dependabot made their first contribution in #14
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- Add
omit
input, deprecate others by @robherley in #15
Full Changelog: v0.3.0...v0.4.0
v0.3.0
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
- @jkrall made their first contribution in #11
- @torkelrogstad made their first contribution in #12
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- Updated the version of node by @neilburgess in #9
- npm audit & bump actions versions 109b18b
New Contributors
- @neilburgess made their first contribution in #9
Full Changelog: v0.1.0...v0.2.0
v0.1.0: `omitUntestedPackages` and `omitPie`
- new inputs:
omitUntestedPackages
(optional): omit any go packages that don't have any tests from the summary output- Default:
false
- Default:
omitPie
(optional): omit the pie chart from the summary output- Default:
false
- Default:
- also
stderr
output is now renders as a<details>
element after the test table
Initial release
🎉 It's the initial release!