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.
Running the command: gocov test /go/src/github.com/xxx/fff/xx-controller/... | gocov-xml > /reports/coverage.xml
it fails with: # github.com/xxx/fff/xx-controller/router #11 12.45 xx-controller/router/router.go:168: Info call has possible formatting directive %#v #11 12.48 error: exit status 2 #11 12.48 panic: EOF
The code is log.Info("NoRoute claims: %#v\n", claims)
The text was updated successfully, but these errors were encountered:
liyaka
changed the title
Support for full project tree
gocov failed when trying on file that has a formatting directive
May 10, 2021
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Running the command:
gocov test /go/src/github.com/xxx/fff/xx-controller/... | gocov-xml > /reports/coverage.xml
it fails with:
# github.com/xxx/fff/xx-controller/router #11 12.45 xx-controller/router/router.go:168: Info call has possible formatting directive %#v #11 12.48 error: exit status 2 #11 12.48 panic: EOF
The code is
log.Info("NoRoute claims: %#v\n", claims)
The text was updated successfully, but these errors were encountered: