GoTestTools / gotestfmt

go test output for humans
The Unlicense
515 stars 9 forks source link

`coverage: 0.0% of statements` lines are not hidden #59

Open adombeck opened 2 weeks ago

adombeck commented 2 weeks ago

When I run go tests with coverage:

go test -json -cover ./... 2>&1 | tee /tmp/gotestfmt.log | gotestfmt --hide=all

Then packages which have 0% coverage are printed like this:

image

Packages which have >0% coverage are not printed (as expected).

Here is the gotestfmt.log.