Skip to content

Add daily test reporting#8042

Merged
emilypgoogle merged 6 commits intomainfrom
ep/daily-test-monitoring
Apr 22, 2026
Merged

Add daily test reporting#8042
emilypgoogle merged 6 commits intomainfrom
ep/daily-test-monitoring

Conversation

@emilypgoogle
Copy link
Copy Markdown
Contributor

@emilypgoogle emilypgoogle commented Apr 16, 2026

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

#8009 #7983 #8002 #8027 #8028 #8025 Success Rate
firebase-dataconnect ⛔ 50%

*+8 passing SDKs

Instrumentation Tests

All tests passing

Daily Tests

Apr 15 Apr 16 Apr 17 Apr 18 Apr 19 Apr 20 Apr 21 Success Rate
AI Daily Tests ✅ 100%

@gemini-code-assist
Copy link
Copy Markdown
Contributor

Using Gemini Code Assist

The 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 /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description

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 .gemini/ folder in the base of the repository. Detailed instructions can be found here.

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.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 16, 2026

plugins test results

67 tests   67 ✅  1m 23s ⏱️
12 suites   0 💤
12 files     0 ❌

Results for commit 1d781ea.

♻️ This comment has been updated with latest results.

@rlazo
Copy link
Copy Markdown
Contributor

rlazo commented Apr 21, 2026

/gemini review

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread plugins/src/main/java/com/google/firebase/gradle/plugins/report/TestReport.kt Outdated
@emilypgoogle emilypgoogle requested a review from rlazo April 22, 2026 17:21
@emilypgoogle emilypgoogle merged commit 48c2340 into main Apr 22, 2026
179 of 182 checks passed
@emilypgoogle emilypgoogle deleted the ep/daily-test-monitoring branch April 22, 2026 20:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants