Open
Description
Test result
- colorize test output, when you have verbose mode enabled, it's hard to tell what is actually error
- compile error
#xxx
- test failed
- assert error
- compile error
- a more advanced UI for test coverage, built in html is a bit hard to use ... need to use monaco and vue (might need to put all UI related code under one folder)
Lint result
- go lint, go vet (I think they have json output format)
Benchmark
- benchboard was removed in [cmd][benchgraph] Remove benchgraph command #40 references are in [cmd][benchmark] Benchmark result graph #27
- generate graph based on benchmark output
- generate series based on benchmark across time
Ref