You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.
I'm using go build cover with Go version 1.20, and then generating an old version coverage report using go tool covdata textfmt -i . -o result.txt. However, when I tried to convert the report using gocov, I encountered an error. Does gocov not support generics in Go version 1.20?
error
expected '(', found '[' (and 5 more errors)
The text was updated successfully, but these errors were encountered:
Type parameters should be supported with #91. I haven't used covdata, so I don't know if there's something special about it that is stopping things from working.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm using go build cover with Go version 1.20, and then generating an old version coverage report using go tool covdata textfmt -i . -o result.txt. However, when I tried to convert the report using gocov, I encountered an error. Does gocov not support generics in Go version 1.20?
error
The text was updated successfully, but these errors were encountered: