Better support for Index artifact type by jonesbusy · Pull Request #594 · 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 24, 2026Merged
Better support for Index artifact type#594
jonesbusy merged 1 commit intooras-project:mainfrom
Better support for Index artifact type#594
jonesbusy merged 1 commit intooras-project:mainfrom
Conversation
Copy link
Collaborator
jonesbusy
commented
Feb 24, 2026
jonesbusy
commented
Description
Better support for Index artifact type
Complete #590
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
Signed-off-by: Valentin Delaye <jonesbusy@users.noreply.github.com>
Copy link
Codecov Report
❌ Patch coverage is 94.44444% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 89.26%. Comparing base (9ddb42c) to head (ed731ca).
⚠️ Report is 1 commits behind head on main.
| Files with missing lines | Patch % | Lines |
|---|---|---|
| src/main/java/land/oras/Index.java | 94.44% | 0 Missing and 1 partial ⚠️ |
Additional details and impacted files
@@ Coverage Diff @@ ## main #594 +/- ## ============================================ + Coverage 88.28% 89.26% +0.98% - Complexity 815 821 +6 ============================================ Files 42 42 Lines 2415 2431 +16 Branches 297 299 +2 ============================================ + Hits 2132 2170 +38 + Misses 172 151 -21 + Partials 111 110 -1
☔ 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
deleted the
feature/index-artifact-type
branch
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