Open
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2367 +/- ##
============================================
+ Coverage 61.13% 61.17% +0.03%
- Complexity 1626 1628 +2
============================================
Files 436 436
Lines 17362 17362
Branches 1908 1908
============================================
+ Hits 10615 10621 +6
+ Misses 6088 6083 -5
+ Partials 659 658 -1
*This pull request uses carry forward flags. Click here to find out more. 🚀 New features to boost your workflow:
|
jonesho
approved these changes
Feb 12, 2026
fluentcrafter
approved these changes
Feb 13, 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.
This PR implements issue(s) #
Checklist
Note
Medium Risk
Changes CI control flow for building/pushing and the images used in E2E runs; misconfiguration could cause tests to run against stale
developimages or skip needed builds.Overview
Tightens CI image build conditions in
build-and-publish.ymlso coordinator/prover/postman/transaction-exclusion-api builds only happen when the service changed, or whenpush_imageis enabled and the image still needs tagging.Makes
reuse-check-images-tags-and-push.ymlmore robust by defaultingimage_tagged_*outputs to'false'and only checking for existing tags onmain.Updates
reuse-run-e2e-tests.ymlto load Docker images from build artifacts when present, otherwise pull:developfor unchanged services, and sets per-service*_TAGenv vars accordingly (instead of always using the commit tag).Written by Cursor Bugbot for commit 557b90c. This will update automatically on new commits. Configure here.