Skip to content

updated readme

updated readme #201

Triggered via push November 20, 2023 19:54
Status Failure
Total duration 42s
Artifacts

go.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
coverage: example/main.go#L36
ms declared and not used
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 golang.org/x/exp v0.0.0-20231006140011-7918f672742d 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/example example/main.go:36:31: ms declared and not used ok github.com/koss-null/funcfrog/internal/algo/batch 0.021s coverage: 100.0% of statements in ./... ok github.com/koss-null/funcfrog/internal/algo/parallel/mergesort 0.069s coverage: 100.0% of statements in ./... ok github.com/koss-null/funcfrog/internal/algo/parallel/qsort 2.743s coverage: 100.0% of statements in ./... ok github.com/koss-null/funcfrog/internal/internalpipe 2.581s coverage: 84.4% of statements in ./... ok github.com/koss-null/funcfrog/internal/primitive/pointer 0.007s coverage: 100.0% of statements in ./... ok github.com/koss-null/funcfrog/pkg/ff 0.013s coverage: 14.0% of statements in ./... ok github.com/koss-null/funcfrog/pkg/pipe 1.387s coverage: 69.2% of statements in ./... ok github.com/koss-null/funcfrog/pkg/pipies 0.013s coverage: 17.0% of statements in ./... FAIL
test: example/main.go#L36
ms declared and not used
test
Process completed with exit code 2.
coverage
Failed to run go test -covermode count -coverprofile /home/runner/work/_temp/go.cov -coverpkg ./... ./...