-
Notifications
You must be signed in to change notification settings - Fork 66
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
Analyzer warning counts in commits and email text #253
Comments
Yes, does it display all that by default? Our implementation is not displaying analyzer warnings. We are using the pre-compiled build, if that helps. |
Interesting. In those integrations, are you seeing any warnings being mentioned in the comment? I now see that this code will in fact not properly add analyzer warnings if the integration finished with status Could you please try to call this on your Xcode Server locally:
where 127.0.0.1 is the address of the server, so replace it with the proper IP if you're calling it on a local network from a different machine. This will give you a JSON representation of all bots. Please find the one that you're seeing the issue on and find its
and assuming the integration that should be showing analyzer warnings is the last one, it'll be the first in the list. There you should see with which status it ended ( Thanks! |
Yes, we have compiler warnings present in the comment. |
Here is the relevant curl output: ... We are running Xcode 7.3. |
Thanks! Yeah that's what I thought. I'll fix the bug now, will let you know once a new version with this issue fixed is out. If you're running 1.0-beta2, you'll be able to update directly from Buildasaur. |
…oth counts get included in the summary message.
Done, the release is here: https://github.com/czechboy0/Buildasaur/releases/tag/v1.0.0-b3 Let me know that it works as you expect now, please! 😊 |
It works as expected. Thank you for the quick turnaround. |
👍 |
I haven't looked into the code, are the analyzer warning counts available for use in the commit and email text? We'd like developers to be able to see analyzer warning counts along with build warning counts.
The text was updated successfully, but these errors were encountered: