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): Add generic registry for source, not target #737

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

go fmt

0f613c4
Select commit
Loading
Failed to load commit list.
Open

feat(registry): Add generic registry for source, not target #737

go fmt
0f613c4
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed May 29, 2024 in 0s

28.60% (-0.65%) compared to 1bfe93a

View this Pull Request on Codecov

28.60% (-0.65%) compared to 1bfe93a

Details

Codecov Report

Attention: Patch coverage is 17.77778% with 37 lines in your changes are missing coverage. Please review.

Project coverage is 28.60%. Comparing base (1bfe93a) to head (0f613c4).
Report is 7 commits behind head on main.

Files Patch % Lines
pkg/registry/generic.go 28.00% 18 Missing ⚠️
pkg/config/config.go 0.00% 11 Missing ⚠️
cmd/root.go 0.00% 3 Missing ⚠️
pkg/types/types.go 0.00% 3 Missing ⚠️
pkg/registry/client.go 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #737      +/-   ##
==========================================
- Coverage   29.24%   28.60%   -0.65%     
==========================================
  Files          11       12       +1     
  Lines         824      867      +43     
==========================================
+ Hits          241      248       +7     
- Misses        558      594      +36     
  Partials       25       25              

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