Version 2.0.0: Switching to JSON output #14
ghost
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Today we are releasing version 2.0.0 of
gotestfmt
. As the version indicates, this is a backwards-incompatible change. To use the new version you will need to update your test configuration to rungo test -json
.In this version we are fixing #8, where the tests were incorrectly shown in the wrong package in some most cases. Unfortunately, it was not possible to fix this without relying on the JSON output because
go test
does not output enough information to parse the output correctly.If you do not want to switch to version 2, you can still continue using version 1 from the releases section or from GitHub Actions. However, version 1 will not receive any further development.
Beta Was this translation helpful? Give feedback.
All reactions