Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 294 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 294 Bytes

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