-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Support JUnit output format #373
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
Comments
hi! |
@iwata what exactly would you like golangci to output in a JUnit file? golangci does not execute tests. You could use gotestsum for that: https://github.com/gotestyourself/gotestsum |
I know. |
I think this is added in 1.17? |
@howardjohn yeah, seems to be true. It seems that JUnit format support was added in #557 and fixed in #632 |
True. Closing ✅ |
Hello, |
I'm using CircleCI.
It can show
Test Summary
section.But in order to display the summary, it is necessary to output in JUnit format.
Ref. Configuring CircleCI - CircleCI
The text was updated successfully, but these errors were encountered: