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/patch failed May 29, 2024 in 0s

17.77% of diff hit (target 29.24%)

View this Pull Request on Codecov

17.77% of diff hit (target 29.24%)

Annotations

Check warning on line 256 in cmd/root.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/root.go#L254-L256

Added lines #L254 - L256 were not covered by tests

Check warning on line 125 in pkg/config/config.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/config/config.go#L124-L125

Added lines #L124 - L125 were not covered by tests

Check warning on line 136 in pkg/config/config.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/config/config.go#L135-L136

Added lines #L135 - L136 were not covered by tests

Check warning on line 182 in pkg/config/config.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/config/config.go#L177-L182

Added lines #L177 - L182 were not covered by tests

Check warning on line 184 in pkg/config/config.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/config/config.go#L184

Added line #L184 was not covered by tests

Check warning on line 57 in pkg/registry/client.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/registry/client.go#L56-L57

Added lines #L56 - L57 were not covered by tests

Check warning on line 16 in pkg/registry/generic.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/registry/generic.go#L15-L16

Added lines #L15 - L16 were not covered by tests

Check warning on line 18 in pkg/registry/generic.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/registry/generic.go#L18

Added line #L18 was not covered by tests

Check warning on line 20 in pkg/registry/generic.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/registry/generic.go#L20

Added line #L20 was not covered by tests

Check warning on line 24 in pkg/registry/generic.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/registry/generic.go#L23-L24

Added lines #L23 - L24 were not covered by tests

Check warning on line 28 in pkg/registry/generic.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/registry/generic.go#L27-L28

Added lines #L27 - L28 were not covered by tests

Check warning on line 32 in pkg/registry/generic.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/registry/generic.go#L31-L32

Added lines #L31 - L32 were not covered by tests

Check warning on line 36 in pkg/registry/generic.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/registry/generic.go#L35-L36

Added lines #L35 - L36 were not covered by tests

Check warning on line 40 in pkg/registry/generic.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/registry/generic.go#L39-L40

Added lines #L39 - L40 were not covered by tests

Check warning on line 44 in pkg/registry/generic.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/registry/generic.go#L43-L44

Added lines #L43 - L44 were not covered by tests

Check warning on line 58 in pkg/registry/generic.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/registry/generic.go#L57-L58

Added lines #L57 - L58 were not covered by tests

Check warning on line 15 in pkg/types/types.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/types/types.go#L15

Added line #L15 was not covered by tests

Check warning on line 25 in pkg/types/types.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/types/types.go#L24-L25

Added lines #L24 - L25 were not covered by tests