Skip to content

cmd/test-coverage: implement a new command assessing code coverage on a whole repo #5

@sbinet

Description

@sbinet

right now, this is done with a shell script:

that shell script is working around the fact that go test -coverprofile=profile.out can only work for a single package (and not for a bunch of packages, like go test ./... does)

rewriting that script in Go could be helpful (and be reused by other projects.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions