Skip to content

Initial release of Package Coverage and GoMetalinter script

Choose a tag to compare

@corsc corsc released this 27 Dec 23:02

This is the initial release and as you could expect contains very little and also contains many areas for improvement.

To use "Package Coverage" please see the README in the package-coverage directory.
To use "gometalinter" convenience script use $./scripts/gometalinter.sh ./... or similar

Intended areas of improvement:

  • Move the features of package-coverage/coverage.sh into the binary and remove this script
  • Change the coverage calculation to be able to properly handle packages with no tests in them (currently they are ignored)

P.S. Included binary here compiled on darwin x86_64 is for convenience only.