Skip to content

Add support for tar files in OCI Layout in adition of exploded directories#739

Merged
jonesbusy merged 1 commit into
oras-project:mainfrom
jonesbusy:feature/layout-ref-tar
Jun 13, 2026
Merged

Add support for tar files in OCI Layout in adition of exploded directories#739
jonesbusy merged 1 commit into
oras-project:mainfrom
jonesbusy:feature/layout-ref-tar

Conversation

@jonesbusy

Copy link
Copy Markdown
Collaborator

Description

Add support for tar files in OCI Layout in adition of exploded directories

Fixes #668

Testing done

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

…ories

Signed-off-by: Valentin Delaye <jonesbusy@users.noreply.github.com>
@jonesbusy jonesbusy added the enhancement New feature or request label Jun 13, 2026
@codecov

codecov Bot commented Jun 13, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 94.73684% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 87.80%. Comparing base (8e20441) to head (fab06f4).

Files with missing lines Patch % Lines
src/main/java/land/oras/OCILayout.java 93.75% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main     #739      +/-   ##
============================================
+ Coverage     86.59%   87.80%   +1.21%     
- Complexity      968      985      +17     
============================================
  Files            45       45              
  Lines          3036     3068      +32     
  Branches        381      384       +3     
============================================
+ Hits           2629     2694      +65     
+ Misses          248      216      -32     
+ Partials        159      158       -1     

☔ View full report in Codecov by Harness.
📢 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 jonesbusy merged commit 398da85 into oras-project:main Jun 13, 2026
9 checks passed
@jonesbusy jonesbusy deleted the feature/layout-ref-tar branch June 13, 2026 11:53
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.

LayoutRef should support compressed layout

1 participant