Skip to content

v0.16.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 04 Nov 02:29
v0.16.0
5e70d04

What's changed

  • Add a -follow-output flag to allow writing go test output directly into a file. This will be
    useful (especially in CI jobs) for outputting overly verbose testing output into a file instead of
    the standard stream. (#134)
    flag combination go test output destination
    No flags Discard output
    -follow Write to stdout
    -follow-output Write to file
    -follow -follow-output Write to file
  • Use charmbracelet/lipgloss for table rendering.
    • This will allow for more control over the output and potentially more features in the future.
      (#136)
    • Minor changes to the output format are expected, but the overall content should remain the same.
      If you have any feedback, please let me know.