codeclimate/test-reporter

View on GitHub
upload/test_report.go

Summary

Maintainability
A
0 mins
Test Coverage

exported function NewTestReport should have comment or be unexported
Open

func NewTestReport(rep formatters.Report) *TestReport {
Severity: Minor
Found in upload/test_report.go by golint

exported type TestReport should have comment or be unexported
Open

type TestReport struct {
Severity: Minor
Found in upload/test_report.go by golint

There are no issues that match your filters.

Category
Status