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: Successor getting with separation of concerns #1443

Merged
merged 5 commits into from
Aug 9, 2024

Merge branch 'main' into get-successors

d9e22e8
Select commit
Loading
Failed to load commit list.
Merged

refactor: Successor getting with separation of concerns #1443

Merge branch 'main' into get-successors
d9e22e8
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 9, 2024 in 1s

83.43% (target 75.00%)

View this Pull Request on Codecov

83.43% (target 75.00%)

Details

Codecov Report

Attention: Patch coverage is 85.59322% with 17 lines in your changes missing coverage. Please review.

Project coverage is 83.43%. Comparing base (c31d120) to head (d9e22e8).

Files Patch % Lines
cmd/oras/internal/display/status/text.go 80.76% 2 Missing and 3 partials ⚠️
cmd/oras/root/cp.go 28.57% 3 Missing and 2 partials ⚠️
internal/testutils/fetcher.go 83.33% 3 Missing ⚠️
cmd/oras/internal/display/status/tty.go 90.00% 2 Missing ⚠️
cmd/oras/root/attach.go 66.66% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1443      +/-   ##
==========================================
+ Coverage   83.29%   83.43%   +0.13%     
==========================================
  Files         110      112       +2     
  Lines        3892     3936      +44     
==========================================
+ Hits         3242     3284      +42     
- Misses        426      428       +2     
  Partials      224      224              

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