Flaky Tests provides summary analytics about tests running on Pull Requests
Flaky Tests can post comments on GitHub pull requests that summarize test results across CI jobs. These comments indicate which failures are flaky and include the test’s failure history and related context.Note: Flaky Tests will only post a comment when there are failing tests.
Each GitHub comment includes a summary report showing all tests that passed, failed, flaked, were skipped, or were quarantined on the PR.
Each test case includes the full stack trace when expanded, and the job run link takes you to the complete CI logs.
Install the Trunk GitHub App and upload JUnit XML test results on pull requests. Once both are in place, expect to start seeing comments on your pull requests soon.
Pull Request comments are enabled by default. If you wish to disable the comments, you can do so by navigating to Settings → Repositories → [your repository] → Flaky Tests and toggling the Summary Flaky Tests Reports setting.