cocatest/cmd_assert.go

Summary

Maintainability
A
35 mins
Test Coverage

Function compare has 5 return statements (exceeds 4 allowed).
Open

func compare(actual []byte, filename string) error {
    if err := update(filename, actual); err != nil {
        return err
    }

Severity: Major
Found in cocatest/cmd_assert.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status