Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nim4/diff-cov


https://github.com/nim4/diff-cov

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# diff-cov

calculates test coverage of the changed go files

## Install
```shell script
$ go get github.com/nim4/diff-cov/cmd/diff-cov
```

## Usage
```shell script
$ go test ./... -coverprofile cover.out
$ diff-cov
```