cmd/test-coverage: implement a new command assessing code coverage on a whole repo
Open
enhancement
good first issue
- Dominant language
- Go
- Stars
- 5
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
right now, this is done with a shell script:
- https://github.com/gonum/tools/blob/081df40a91e7b56c006fed3597ed4e952c64427a/.travis/test-coverage.sh
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.)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.