jkawamoto/loci

View on GitHub
command/archive_test.go

Summary

Maintainability
A
45 mins
Test Coverage

Function TestArchive has 7 return statements (exceeds 4 allowed).
Open

func TestArchive(t *testing.T) {

    temp := os.TempDir()
    target := path.Join(temp, "test.tar.gz")
    t.Logf("Creating an archive file: %s", target)
Severity: Major
Found in command/archive_test.go - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status