Releases: blugnu/test-report
Releases · blugnu/test-report
v0.1.5
Changelog
- f091104 fix(options): --verbose option now works as intended (closes #11)
v0.1.4
Changelog
- fe0e567 fix(cicd): updated to latest reusable release pipeline
- 27d1eb1 fix: repository reorganised; (closes #9)
- 6720f6a fix: exit code reflects pass (0)/fail (-1) state of tests (fixes #8)
v0.1.3
Changelog
- 7f9cdf2 fix(parser): correctly handle non-test output to stdout (fixes #6)
- 1b00662 cicd: goreleaser pipeline (closes #5)
v0.1.1
fix(parser): panic when processing a test run with no tests (fixes #3)
v0.1.0
Initial release
Presents json 'go test' output in markdown format.
In the default mode, details of any failed tests are included. Command line options may be used to limit the output to summary information only or to include details of all tests, including those that passed or were skipped.