-
Notifications
You must be signed in to change notification settings - Fork 222
Add workflow for excluded tests summary #5580
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR introduces a new GitHub Actions workflow for running and summarizing excluded tests across Linux, macOS, and Windows platforms. The workflow extracts test configurations from an existing full-build workflow, filters for configurations with excluded tests, and runs those tests separately to improve visibility into test coverage gaps.
Key changes:
- New scheduled workflow running daily at 4:00 AM UTC with manual trigger support
- Dynamic matrix extraction from full-build.yml to identify platforms with excluded tests
- Platform-specific jobs (Linux, macOS, Windows) that build the project and run only excluded tests sequentially
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
🧪 Test Results DashboardSummary
|
| Run | XML File | Status |
|---|---|---|
| run1 | results.xml |
✅ Found |
| run3 | results.xml |
✅ Found |
| run2 | results.xml |
✅ Found |
|
CI Results for 294eb1a:
|
Introduce a workflow to summarize excluded tests, enhancing visibility and management of test coverage. This change aims to streamline the testing process and improve overall project quality.