Store resolve registry when probing descriptor and use it for copy operation by jonesbusy · Pull Request #557 · oras-project/oras-java
Navigation Menu
{{ message }}
oras-project / oras-java Public
- Notifications You must be signed in to change notification settings
- Fork 22
Merged
jonesbusy merged 1 commit intooras-project:mainfrom
Feb 17, 2026Merged
Conversation
Copy link
Collaborator
Description
Store resolve registry when probing descriptor and use it for copy operation
Testing done
Rely on existing tests
Submitter checklist
- I have read and understood the CONTRIBUTING guide
- I have run
mvn license:update-file-header,mvn spotless:apply,pre-commit run -a,mvn clean installbefore opening the PR
…erator Signed-off-by: Valentin Delaye <jonesbusy@users.noreply.github.com>
jonesbusy
force-pushed
the
feature/set-registry-when-copy
branch
from
1b5b4cf to
32a3070
Compare
Copy link
Codecov Report
❌ Patch coverage is 94.59459% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 88.23%. Comparing base (15d2874) to head (32a3070).
⚠️ Report is 2 commits behind head on main.
| Files with missing lines | Patch % | Lines |
|---|---|---|
| src/main/java/land/oras/Registry.java | 80.00% | 1 Missing and 1 partial ⚠️ |
Additional details and impacted files
@@ Coverage Diff @@ ## main #557 +/- ## ============================================ + Coverage 87.97% 88.23% +0.25% - Complexity 789 790 +1 ============================================ Files 42 42 Lines 2328 2345 +17 Branches 289 289 ============================================ + Hits 2048 2069 +21 + Misses 170 163 -7 - Partials 110 113 +3
☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.
🚀 New features to boost your workflow:
- ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
jonesbusy
marked this pull request as ready for review
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