Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lukagiorgadze/gocov


https://github.com/lukagiorgadze/gocov

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Gocov - get total testing coverage in one line

### Installation

```
go install github.com/LukaGiorgadze/gocov@latest
```

### Usage

```go
go install github.com/LukaGiorgadze/gocov@latest
go test ./... -coverprofile=cover.out
gocov cover.out
```