[] covered all pipe and pipeNL methods #192
Annotations
6 errors and 1 warning
test:
pkg/pipe/pipe_test.go#L860
undefined: errors.Join
|
test:
pkg/pipe/pipe_test.go#L895
undefined: errors.Join
|
test
Process completed with exit code 2.
|
coverage:
pkg/pipe/pipe_test.go#L860
undefined: errors.Join
|
coverage:
pkg/pipe/pipe_test.go#L895
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:860:22: undefined: errors.Join
pkg/pipe/pipe_test.go:895:22: undefined: errors.Join
ok github.com/koss-null/funcfrog/internal/algo/batch 0.010s coverage: 1.7% of statements in ./...
ok github.com/koss-null/funcfrog/internal/algo/parallel/mergesort 0.021s coverage: 10.9% of statements in ./...
ok github.com/koss-null/funcfrog/internal/algo/parallel/qsort 1.594s coverage: 10.9% of statements in ./...
ok github.com/koss-null/funcfrog/internal/internalpipe 3.223s coverage: 56.7% of statements in ./...
ok github.com/koss-null/funcfrog/internal/primitive/pointer 0.025s coverage: 0.7% of statements in ./...
ok github.com/koss-null/funcfrog/pkg/ff 0.022s coverage: 11.6% of statements in ./...
FAIL github.com/koss-null/funcfrog/pkg/pipe [build failed]
ok github.com/koss-null/funcfrog/pkg/pipies 0.006s coverage: 15.0% of statements in ./...
FAIL
|
coverage
Failed to run go test -covermode count -coverprofile /home/runner/work/_temp/go.cov -coverpkg ./... ./...
|