Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukagiorgadze/gocov
https://github.com/lukagiorgadze/gocov
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/lukagiorgadze/gocov
- Owner: LukaGiorgadze
- Created: 2022-08-23T12:19:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-23T12:21:26.000Z (over 2 years ago)
- Last Synced: 2024-10-27T23:26:59.283Z (2 months ago)
- Language: Go
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```