-
Notifications
You must be signed in to change notification settings - Fork 181
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: print digest and media type when content is skipped using sync.Map #510
Conversation
…ap to ensure printing only once Signed-off-by: wangxiaoxuan273 <[email protected]>
Signed-off-by: wangxiaoxuan273 <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #510 +/- ##
=======================================
Coverage 72.68% 72.68%
=======================================
Files 9 9
Lines 388 388
=======================================
Hits 282 282
Misses 85 85
Partials 21 21 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Signed-off-by: wangxiaoxuan273 <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…Map (oras-project#510) Signed-off-by: wangxiaoxuan273 <[email protected]>
Print digest and media type when content is skipped, and use sync.Map to ensure skipped content is printed only once.
Part of issue #415
Signed-off-by: wangxiaoxuan273 [email protected]