-
Notifications
You must be signed in to change notification settings - Fork 2.2k
[Linux] Disable CI size report since it is not necessary #40633
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
Note Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported. |
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 removes the CI size reporting functionality from Linux-based GitHub workflows. The change disables size report generation and upload steps that were previously run after building various Linux examples and applications.
Key changes:
- Removed size report setup and upload steps from multiple Linux CI workflows
- Eliminated bloat report generation commands for built applications
- Removed volume mounting for bloat reports in container configurations
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
File | Description |
---|---|
.github/workflows/examples-linux-tv-casting-app.yaml |
Removed size report setup and upload steps for TV casting app workflow |
.github/workflows/examples-linux-standalone.yaml |
Removed extensive size reporting infrastructure including volume mounts and report generation for all standalone Linux examples |
.github/workflows/examples-linux-arm.yaml |
Removed size report setup, bloat report generation for ARM builds, and upload steps |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
PR #40633: Size comparison from 8cda0b5 to 0e37fcf Full report (37 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, efr32, esp32, nrfconnect, nxp, psoc6, qpg, realtek, stm32, telink)
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #40633 +/- ##
==========================================
- Coverage 50.72% 50.70% -0.02%
==========================================
Files 1355 1355
Lines 99288 99288
Branches 12873 12879 +6
==========================================
- Hits 50359 50346 -13
- Misses 48929 48942 +13 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Testing
CI will verify.