Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 220 Bytes

File metadata and controls

14 lines (11 loc) · 220 Bytes

diff-cov

calculates test coverage of the changed go files

Install

$ go get github.com/nim4/diff-cov/cmd/diff-cov

Usage

$ go test ./... -coverprofile cover.out
$ diff-cov