Skip to content

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

Description

@adombeck

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions