-
Notifications
You must be signed in to change notification settings - Fork 246
ci: strip app prefix #3028
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
ci: strip app prefix #3028
Conversation
|
Note Gemini is unable to generate a summary for this pull request due to the file types involved not being currently supported. |
|
The latest Buf updates on your PR. Results from workflow CI / buf-check (pull_request).
|
|
Claude finished @julienrbrt's task in 1m 18s —— View job Code Review Complete ✅Tasks
SummaryThis PR strips the Before: Detailed Review✅ Code Quality & CorrectnessThe implementation is clean and follows bash best practices: Lines 62-65 (.github/workflows/release.yml:62-65): # Generate image name from app path (strip apps/ prefix, replace / with -)
IMAGE_PATH="${APP_PATH#apps/}"
IMAGE_NAME="ev-node-${IMAGE_PATH//\//-}"
✅ Security & Safety
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3028 +/- ##
==========================================
- Coverage 55.61% 55.55% -0.07%
==========================================
Files 116 116
Lines 11477 11477
==========================================
- Hits 6383 6376 -7
- Misses 4394 4401 +7
Partials 700 700
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Overview