corvus-ch/horcrux

View on GitHub
format/action_test.go

Summary

Maintainability
A
0 mins
Test Coverage

Showing 0 of 1 total issue

Similar blocks of code found in 2 locations. Consider refactoring.
Wontfix

func TestErrors(t *testing.T) {
for _, test := range errorTests {
t.Run(test.name, func(t *testing.T) {
dir := createDir(t)
defer os.RemoveAll(dir)
Severity: Major
Found in format/action_test.go and 1 other location - About 1 hr to fix
create/action_test.go on lines 98..114

There are no issues that match your filters.

Category
Status