add tests for functype #196
Annotations
6 errors and 1 warning
test:
pkg/pipe/pipe_test.go#L932
undefined: errors.Join
|
test:
pkg/pipe/pipe_test.go#L967
undefined: errors.Join
|
test
Process completed with exit code 2.
|
coverage:
pkg/pipe/pipe_test.go#L932
undefined: errors.Join
|
coverage:
pkg/pipe/pipe_test.go#L967
undefined: errors.Join
|
coverage
Error: Command failed with exit code 1: go test -covermode count -coverprofile /home/runner/work/_temp/go.cov -coverpkg ./... ./...
go: downloading golang.org/x/exp v0.0.0-20231006140011-7918f672742d
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
go: downloading gopkg.in/yaml.v3 v3.0.1
# github.com/koss-null/funcfrog/pkg/pipe_test [github.com/koss-null/funcfrog/pkg/pipe.test]
pkg/pipe/pipe_test.go:932:22: undefined: errors.Join
pkg/pipe/pipe_test.go:967:22: undefined: errors.Join
ok github.com/koss-null/funcfrog/internal/algo/batch 0.007s coverage: 1.7% of statements in ./...
ok github.com/koss-null/funcfrog/internal/algo/parallel/mergesort 0.027s coverage: 10.7% of statements in ./...
ok github.com/koss-null/funcfrog/internal/algo/parallel/qsort 1.674s coverage: 10.7% of statements in ./...
ok github.com/koss-null/funcfrog/internal/internalpipe 3.200s coverage: 57.0% of statements in ./...
ok github.com/koss-null/funcfrog/internal/primitive/pointer 0.006s coverage: 0.7% of statements in ./...
ok github.com/koss-null/funcfrog/pkg/ff 0.006s coverage: 11.4% of statements in ./...
FAIL github.com/koss-null/funcfrog/pkg/pipe [build failed]
ok github.com/koss-null/funcfrog/pkg/pipies 0.008s coverage: 14.6% of statements in ./...
FAIL
|
coverage
Failed to run go test -covermode count -coverprofile /home/runner/work/_temp/go.cov -coverpkg ./... ./...
|