1 Open Issue Need Help Last updated: Sep 5, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The `make test` command is failing with the error `go: no such tool "covdata"` when using Go versions 1.25.0 and 1.25.1. This indicates that the `covdata` tool, which is standard in recent Go versions for coverage profile handling, is not being found by the `go` command invoked during the test execution. The problem likely stems from an environment configuration issue, such as an incorrect `PATH` or a mismatch in the Go installation used by `make` versus the one reported by `go version`.

Complexity: 3/5
good first issue help wanted go

Score implementation template

Go