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: Take private memory store out of test function #1453

Merged
merged 2 commits into from
Jul 23, 2024

Conversation

TerryHowe
Copy link
Member

What this PR does / why we need it:

Take private functions out of test function so that they can be accessed by other tests. Also, changes it so the return values are declared rather than array indexes.

Copy link

codecov bot commented Jul 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.47%. Comparing base (cdb60fc) to head (97b43c7).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1453   +/-   ##
=======================================
  Coverage   85.47%   85.47%           
=======================================
  Files         108      108           
  Lines        3827     3827           
=======================================
  Hits         3271     3271           
  Misses        333      333           
  Partials      223      223           

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

Copy link
Contributor

@qweeah qweeah left a comment

Choose a reason for hiding this comment

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

LGTM, thanks @TerryHowe

@qweeah qweeah merged commit 18f496c into oras-project:main Jul 23, 2024
5 checks passed
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.

2 participants