-
Notifications
You must be signed in to change notification settings - Fork 25
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
Also collect Gradle test failures #83
Comments
For |
Good point! I'll try it out. |
See quarkusio/quarkus#16251 (comment) for an example of it working. |
Ah, ok. So I guess the only blind spot is cancelled build steps for which the surefire reports are not uploaded yet. |
The actual location in Quarkus main should be:
Some thing like
**/build/test-results/test/TEST-*.xml
should catch them.The first thing that needs to be done is to extend the
Upload Surefire reports
step but I suppose something needs to be done in the bot as well?The text was updated successfully, but these errors were encountered: