Added gotestfmt

Added gotestfmt, a tool to post-process go test output and make it more readable in CI systems.

https://github.com/haveyoudebuggedit/gotestfmt
This commit is contained in:
Janos Pasztor 2021-07-28 11:03:55 +00:00 committed by Avelino
parent 9bc432b6b6
commit 44100e1d5f

View File

@ -359,6 +359,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [drone](https://github.com/drone/drone) - Drone is a Continuous Integration platform built on Docker, written in Go. * [drone](https://github.com/drone/drone) - Drone is a Continuous Integration platform built on Docker, written in Go.
* [duci](https://github.com/duck8823/duci) - A simple ci server no needs domain specific languages. * [duci](https://github.com/duck8823/duci) - A simple ci server no needs domain specific languages.
* [gomason](https://github.com/nikogura/gomason) - Test, Build, Sign, and Publish your go binaries from a clean workspace. * [gomason](https://github.com/nikogura/gomason) - Test, Build, Sign, and Publish your go binaries from a clean workspace.
* [gotestfmt](https://github.com/haveyoudebuggedit/gotestfmt) - go test output for humans.
* [goveralls](https://github.com/mattn/goveralls) - Go integration for Coveralls.io continuous code coverage tracking system. * [goveralls](https://github.com/mattn/goveralls) - Go integration for Coveralls.io continuous code coverage tracking system.
* [overalls](https://github.com/go-playground/overalls) - Multi-Package go project coverprofile for tools like goveralls. * [overalls](https://github.com/go-playground/overalls) - Multi-Package go project coverprofile for tools like goveralls.
* [roveralls](https://github.com/LawrenceWoodman/roveralls) - Recursive coverage testing tool. * [roveralls](https://github.com/LawrenceWoodman/roveralls) - Recursive coverage testing tool.