Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nim4/diff-cov
https://github.com/nim4/diff-cov
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/nim4/diff-cov
- Owner: nim4
- Created: 2020-11-06T08:48:22.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-07T13:11:02.000Z (about 4 years ago)
- Last Synced: 2024-06-19T03:13:41.791Z (6 months ago)
- Language: Go
- Size: 11.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```