mfridman / tparse

CLI tool for summarizing go test output. Pipe friendly. CI/CD friendly.
MIT License
948 stars 22 forks source link

Special case build failed to print nice summary #78

Open mfridman opened 2 years ago

mfridman commented 2 years ago

Consider special casing the [build failed] error state.

# github.com/pressly/goose/v3/tests/e2e [github.com/pressly/goose/v3/tests/e2e.test]
tests/e2e/allow_missing_test.go:26:6: no new variables on left side of :=
FAIL    github.com/pressly/goose/v3/tests/e2e [build failed]
no parseable events: Make sure to run go test with -json flag

We could detect this and print out a nice package failure summary?