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

Add get_mut to annotations and manifests in ImageIndex #219

Merged
merged 1 commit into from
Sep 12, 2024

Conversation

Havner
Copy link
Contributor

@Havner Havner commented Sep 12, 2024

Analogous to get_mut for annotations and layers in ImageManifest.

Fixes #218

Analogous to get_mut for annotations and layers in ImageManifest.

Fixes youki-dev#218

Signed-off-by: Lukasz Pawelczyk <[email protected]>
@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 70.86%. Comparing base (57570dd) to head (eae623f).
Report is 32 commits behind head on main.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@             Coverage Diff             @@
##             main     #219       +/-   ##
===========================================
+ Coverage   26.61%   70.86%   +44.24%     
===========================================
  Files          24       26        +2     
  Lines        2788     3147      +359     
  Branches     1516     1664      +148     
===========================================
+ Hits          742     2230     +1488     
+ Misses        948      917       -31     
+ Partials     1098        0     -1098     

@saschagrunert saschagrunert merged commit 610da48 into youki-dev:main Sep 12, 2024
14 of 15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add mutable getters to the structures in the image module
3 participants