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

feat(sync): use regclient for sync extension #2903

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

feat(sync): use regclient for sync extension

5814296
Select commit
Loading
Failed to load commit list.
Open

feat(sync): use regclient for sync extension #2903

feat(sync): use regclient for sync extension
5814296
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Feb 2, 2025 in 0s

91.03% (-0.02%) compared to 4fcd107

View this Pull Request on Codecov

91.03% (-0.02%) compared to 4fcd107

Details

Codecov Report

Attention: Patch coverage is 81.63001% with 142 lines in your changes missing coverage. Please review.

Project coverage is 91.03%. Comparing base (4fcd107) to head (5814296).

Files with missing lines Patch % Lines
pkg/extensions/sync/remote.go 74.16% 42 Missing and 12 partials ⚠️
pkg/extensions/sync/service.go 86.66% 38 Missing and 6 partials ⚠️
pkg/extensions/sync/destination.go 77.58% 20 Missing and 6 partials ⚠️
pkg/extensions/sync/utils.go 77.55% 8 Missing and 3 partials ⚠️
pkg/extensions/sync/oci_layout.go 76.92% 3 Missing ⚠️
pkg/extensions/sync/referrers.go 78.57% 2 Missing and 1 partial ⚠️
pkg/api/routes.go 0.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2903      +/-   ##
==========================================
- Coverage   91.04%   91.03%   -0.02%     
==========================================
  Files         174      168       -6     
  Lines       32644    31818     -826     
==========================================
- Hits        29722    28965     -757     
+ Misses       2209     2144      -65     
+ Partials      713      709       -4     

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