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:
|
* main: ci: strip app prefix (#3028) ci: fix release workflow (#3027) chore: prep apps (#3025) build: fix docker-compose for evm (#3022) chore: prepare execution release (#3021) chore: prep changelog (#3020) refactor(e2e): extract shared test helpers to DockerTestSuite (#3017) feat: High availabilty via RAFT (#2987) chore: bump to core rc.1 (#3018)
Overview