We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I might have missed it; but is there a way to only report the summary; and skip annotations and checks?
If there isn't, that would be a nice option to have for us, since the annotations don't really work for our Go generated JUnit XML output anyway.
I saw that annotations_limit exists; but that would impact test reporting parsing, which is undesirable.
annotations_limit
The text was updated successfully, but these errors were encountered:
- add new flag which adds the ability to skip annotations
992ec09
- FIX #1219
Thank you!!! I tried it and it works perfectly :)
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
I might have missed it; but is there a way to only report the summary; and skip annotations and checks?
If there isn't, that would be a nice option to have for us, since the annotations don't really work for our Go generated JUnit XML output anyway.
I saw that
annotations_limit
exists; but that would impact test reporting parsing, which is undesirable.The text was updated successfully, but these errors were encountered: