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

refactor!: modernize registry interface #92

Merged
merged 1 commit into from
Jan 2, 2024

refactor!: modernize registry interface

491693f
Select commit
Loading
Failed to load commit list.
Merged

refactor!: modernize registry interface #92

refactor!: modernize registry interface
491693f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 2, 2024 in 1s

72.35% (target 70.00%)

View this Pull Request on Codecov

72.35% (target 70.00%)

Details

Codecov Report

Attention: 105 lines in your changes are missing coverage. Please review.

Comparison is base (0b2672f) 71.81% compared to head (491693f) 72.35%.

Files Patch % Lines
src/OrasProject.Oras/Registry/Remote/Repository.cs 79.59% 32 Missing and 8 partials ⚠️
.../OrasProject.Oras/Registry/Remote/ManifestStore.cs 78.39% 25 Missing and 10 partials ⚠️
src/OrasProject.Oras/Registry/Remote/BlobStore.cs 70.70% 19 Missing and 10 partials ⚠️
src/OrasProject.Oras/Registry/Remote/Registry.cs 94.44% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #92      +/-   ##
==========================================
+ Coverage   71.81%   72.35%   +0.54%     
==========================================
  Files          33       35       +2     
  Lines        1004     1013       +9     
  Branches       88       93       +5     
==========================================
+ Hits          721      733      +12     
+ Misses        232      229       -3     
  Partials       51       51              

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