go test -cover -coverprofile coverage.txt -v ./internal/pkg/report/... go tool cover -html=coverage.txt -o coverage.html xdg-open coverage.html $ go run github.com/gregoryv/uncover/cmd/uncover@latest coverage.txt ReportLog total: (statements) 100.0% |
||
|---|---|---|
| .. | ||
| mask.go | ||
| mask_test.go | ||
| reporter.go | ||
| reporter_test.go | ||