Open
Conversation
- Introduced a new GitHub Actions workflow for flaky test analysis, allowing users to specify date ranges and parameters for reporting the flakiest tests. - Added a Bash script to download JUnit test report artifacts and perform flaky test detection, enhancing the testing process and providing detailed results. - The workflow includes steps for dependency installation, running the analysis, generating summaries, and uploading results as artifacts.
…fic branch - Added a push trigger for the 'CSPL-3763-add-flay-test-analysis-tool' branch to the flaky test analysis workflow, allowing for automated execution upon code changes. - This change is intended for testing purposes and will be removed before merging.
- Eliminated the push trigger for the 'CSPL-3763-add-flay-test-analysis-tool' branch from the flaky test analysis workflow, streamlining the workflow configuration and preparing for final merge.
Collaborator
Pull Request Test Coverage Report for Build 22618209907Details
💛 - Coveralls |
…mary - Updated the workflow to iterate over heatmap images and include them in the GitHub step summary as base64-encoded images, improving visibility of test results. - Retained the push trigger for the 'CSPL-3763-add-flay-test-analysis-tool' branch for testing purposes, with plans to remove it before merging.
- Eliminated the code block that processed and displayed heatmap images in the GitHub step summary, streamlining the workflow. - Removed the push trigger for the 'CSPL-3763-add-flay-test-analysis-tool' branch, finalizing the workflow configuration for merging.
- Introduced a new Python script to analyze JUnit XML reports and generate a Markdown summary of test failure statistics, including failure counts and rates. - Updated the flaky test analysis workflow to include a step for generating failure statistics, ensuring comprehensive reporting of test results. - The workflow now triggers on pushes to the 'CSPL-3763-add-flay-test-analysis-tool' branch, facilitating automated analysis during development.
- Introduced a new Python script to customize Matplotlib for generating heatmaps in flaky test analysis, enhancing readability with increased font sizes and wrapped y-axis labels. - Updated the flaky test analysis script to incorporate the new Matplotlib configurations, improving the presentation of test results. - Added a new entry to .gitignore to exclude generated JUnit report directories from version control.
… improvements - Added output variables for start and end dates in the flaky test analysis workflow, improving the clarity of date ranges in job summaries. - Refactored the naming function in the test failure statistics script to improve readability and maintainability. - Updated the artifact upload step to include dynamic naming based on the date range, enhancing the organization of test results.
kasiakoziol
reviewed
Mar 4, 2026
| on: | ||
| push: | ||
| branches: | ||
| - CSPL-3763-add-flay-test-analysis-tool |
Collaborator
There was a problem hiding this comment.
Please remember to delete this before merge
kasiakoziol
approved these changes
Mar 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
flaky-tests-detectionlibrary to score tests by pass/fail flip rate.Testing and Verification
--dry-runto verify artifact listing and date filtering.Related Issues
PR Checklist