# README
go-agg-cov
Calculates a single coverage percentage from a go coverage file.
Installation
Prerequisites: Go version higher than 1.11
GO111MODULE=on go get github.com/lmolas/go-agg-cov
Usage
The binary is self explanatory, just show the help like this:
go-agg-cov -h