Skip to content

Releases: blugnu/test-report

v0.1.5

28 May 02:16
f091104
Compare
Choose a tag to compare

Changelog

  • f091104 fix(options): --verbose option now works as intended (closes #11)

v0.1.4

27 May 22:47
fe0e567
Compare
Choose a tag to compare

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

29 Apr 07:38
7f9cdf2
Compare
Choose a tag to compare

Changelog

  • 7f9cdf2 fix(parser): correctly handle non-test output to stdout (fixes #6)
  • 1b00662 cicd: goreleaser pipeline (closes #5)

v0.1.1

22 Apr 08:49
625c87d
Compare
Choose a tag to compare

fix(parser): panic when processing a test run with no tests (fixes #3)

v0.1.0

20 Apr 02:28
4222eca
Compare
Choose a tag to compare

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.