Layer annotations where not added on files during pushArtifact by jonesbusy · Pull Request #583 · 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 22, 2026Merged
Conversation
Copy link
Collaborator
jonesbusy
commented
Feb 22, 2026
jonesbusy
commented
Description
Layer annotations where not added on files during pushArtifact
Testing done
Updated one test
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>
jonesbusy
force-pushed
the
bugfix/layer-annotation
branch
from
0dfe82f to
4f14cb8
Compare
Copy link
Codecov Report
❌ Patch coverage is 89.47368% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 89.14%. Comparing base (2d39685) to head (4f14cb8).
⚠️ Report is 2 commits behind head on main.
| Files with missing lines | Patch % | Lines |
|---|---|---|
| src/main/java/land/oras/OCI.java | 84.61% | 1 Missing and 1 partial ⚠️ |
Additional details and impacted files
@@ Coverage Diff @@ ## main #583 +/- ## ============================================ + Coverage 87.96% 89.14% +1.18% - Complexity 809 815 +6 ============================================ Files 42 42 Lines 2393 2405 +12 Branches 293 295 +2 ============================================ + Hits 2105 2144 +39 + Misses 177 151 -26 + 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
bugfix/layer-annotation
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