codeclimate/test-reporter

View on GitHub
formatters/line_counts.go

Summary

Maintainability
A
0 mins
Test Coverage

exported method LineCounts.CoveredStrength should have comment or be unexported
Open

func (lc LineCounts) CoveredStrength() float64 {
Severity: Minor
Found in formatters/line_counts.go by golint

exported type LineCounts should have comment or be unexported
Open

type LineCounts struct {
Severity: Minor
Found in formatters/line_counts.go by golint

exported method LineCounts.CoveredPercent should have comment or be unexported
Open

func (lc LineCounts) CoveredPercent() float64 {
Severity: Minor
Found in formatters/line_counts.go by golint

There are no issues that match your filters.

Category
Status