Add daily test reporting#8042
Conversation
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here. |
plugins test results67 tests 67 ✅ 1m 23s ⏱️ Results for commit 1d781ea. ♻️ This comment has been updated with latest results. |
|
/gemini review |
There was a problem hiding this comment.
Code Review
This pull request introduces support for tracking and reporting daily AI tests. It updates the TestReport data model and enhances the TestReportGenerator to fetch daily workflow runs from the GitHub API and display them in a formatted Markdown table. Feedback focuses on fixing logic errors in the table generation—specifically addressing a data-header mismatch, potential division-by-zero errors, and fragile date calculations. It is also recommended to populate the report date from the API response and remove an unused import.
Adds daily test status to the Test Reporting bug. Unlike unit and instrumentation tests, all runs are always shown, since we currently only have 1 type of daily test.
Example output below.
Unit Tests
*+8 passing SDKs
Instrumentation Tests
All tests passing
Daily Tests