Documentation ¶
Overview ¶
cover is a tool that runs `go test` with cross-package coverage on this repository, ignoring any packages that opt out of coverage with .nocover files. The coverage is written to a coverage.txt file in the current directory.
Usage ¶
Call cover with a list of one or more import paths of packages being tested.
cover PKG ...
This must be run from the root of the project.
Click to show internal directories.
Click to hide internal directories.