[] refactoring tests #189
Annotations
4 errors and 1 warning
test:
internal/algo/parallel/mergesort/mergesort.go#L8
missing go.sum entry for module providing package golang.org/x/exp/constraints (imported by github.com/koss-null/funcfrog/internal/algo/parallel/mergesort); to add:
|
test
Process completed with exit code 2.
|
coverage:
internal/algo/parallel/mergesort/mergesort.go#L8
missing go.sum entry for module providing package golang.org/x/exp/constraints (imported by github.com/koss-null/funcfrog/internal/algo/parallel/mergesort); to add:
|
coverage
Error: Command failed with exit code 1: go test -covermode count -coverprofile /home/runner/work/_temp/go.cov -coverpkg ./... ./...
go: downloading github.com/stretchr/testify v1.8.0
go: downloading github.com/davecgh/go-spew v1.1.1
go: downloading github.com/pmezard/go-difflib v1.0.0
internal/algo/parallel/mergesort/mergesort.go:8:2: missing go.sum entry for module providing package golang.org/x/exp/constraints (imported by github.com/koss-null/funcfrog/internal/algo/parallel/mergesort); to add:
go get github.com/koss-null/funcfrog/internal/algo/parallel/mergesort
|
coverage
Failed to run go test -covermode count -coverprofile /home/runner/work/_temp/go.cov -coverpkg ./... ./...
|