Skip to content

minor

minor #198

Triggered via push November 12, 2023 21:09
Status Failure
Total duration 34s
Artifacts

go.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
coverage: pkg/pipe/pipe_test.go#L960
undefined: errors.Join
coverage: pkg/pipe/pipe_test.go#L995
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:960:22: undefined: errors.Join pkg/pipe/pipe_test.go:995:22: undefined: errors.Join ok github.com/koss-null/funcfrog/internal/algo/batch 0.006s coverage: 1.7% of statements in ./... ok github.com/koss-null/funcfrog/internal/algo/parallel/mergesort 0.025s coverage: 10.8% of statements in ./... ok github.com/koss-null/funcfrog/internal/algo/parallel/qsort 1.812s coverage: 10.8% of statements in ./... ok github.com/koss-null/funcfrog/internal/internalpipe 1.623s coverage: 57.9% of statements in ./... ok github.com/koss-null/funcfrog/internal/primitive/pointer 0.005s coverage: 0.7% of statements in ./... ok github.com/koss-null/funcfrog/pkg/ff 0.030s coverage: 11.5% of statements in ./... FAIL github.com/koss-null/funcfrog/pkg/pipe [build failed] ok github.com/koss-null/funcfrog/pkg/pipies 0.005s coverage: 14.7% of statements in ./... FAIL
test: pkg/pipe/pipe_test.go#L960
undefined: errors.Join
test: pkg/pipe/pipe_test.go#L995
undefined: errors.Join
test
Process completed with exit code 2.
coverage
Failed to run go test -covermode count -coverprofile /home/runner/work/_temp/go.cov -coverpkg ./... ./...