-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Strange output with testname format and coverprofile #391
Comments
Thank you for the bug report! When I was added tests for a change to coverage support I recall there being problems with the The formatters take the It's also possible this output has changed in a more recent version of Go, and that may be why there are extra lines now. The code for the Lines 141 to 184 in 3735b72
If you can share the |
I use Go version 1.22.
Below the output of
|
I have the same issue. Any updates regarding this? |
Hello!
I created a small Go module for the example:
When I run the command
the output is normal:
But when I run the command to have the coverage
the output is:
I don't understand the line order and there are duplicated information like
and
Do you know how to have an output more readable?
FYI, without the testname format it's okay:
The text was updated successfully, but these errors were encountered: