Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for attach utility #169

Merged
merged 1 commit into from
Feb 27, 2025

Conversation

jonesbusy
Copy link
Collaborator

Description

Fix #164

Testing done

CI

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 install before opening the PR

Signed-off-by: Valentin Delaye <[email protected]>
@jonesbusy jonesbusy added the enhancement New feature or request label Feb 27, 2025
Copy link

codecov bot commented Feb 27, 2025

Codecov Report

Attention: Patch coverage is 93.02326% with 3 lines in your changes missing coverage. Please review.

Project coverage is 81.99%. Comparing base (c9259ed) to head (8c8adba).
Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
src/main/java/land/oras/Registry.java 93.02% 2 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main     #169      +/-   ##
============================================
+ Coverage     81.91%   81.99%   +0.08%     
- Complexity      290      292       +2     
============================================
  Files            25       25              
  Lines          1056     1072      +16     
  Branches        107      108       +1     
============================================
+ Hits            865      879      +14     
  Misses          137      137              
- Partials         54       56       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jonesbusy jonesbusy merged commit c07550b into oras-project:main Feb 27, 2025
4 checks passed
@jonesbusy jonesbusy deleted the feature/attach-utils branch February 27, 2025 13:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Convenience method to attach artifact
1 participant