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(registry): allow repository to use content.ExtendedCopy #807

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

Conversation

JefeDavis
Copy link

Fixes #806

Signed-off-by: Jeff Davis <mr.jefedavis@gmail.com>
Copy link

codecov bot commented Aug 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.92%. Comparing base (d9e1d43) to head (f01f0ed).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #807      +/-   ##
==========================================
+ Coverage   77.88%   77.92%   +0.04%     
==========================================
  Files          63       63              
  Lines        4694     4694              
==========================================
+ Hits         3656     3658       +2     
+ Misses        657      656       -1     
+ Partials      381      380       -1     

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

Copy link
Contributor

@shizhMSFT shizhMSFT left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a breaking change. See #806 (comment) for details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

regitry.Repository does not implement content.ReadOnlyGraphStorage
2 participants