Skip to content

Commit

Permalink
add coverage doc
Browse files Browse the repository at this point in the history
  • Loading branch information
K-Yo committed Dec 6, 2024
1 parent 6f27a32 commit 4eba677
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,13 @@ All metrics are **Gauge**.
go test -v ./...
```

To check coverage:

```shell
go test -v ./... --coverprofile cover.out
go tool cover -html=cover.out
```

## ✨ Roadmap

| Item | Status |
Expand Down

0 comments on commit 4eba677

Please sign in to comment.