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

Implement calculating diff of kubernetes manifests #5298

Merged
merged 1 commit into from
Oct 30, 2024

Implement k8s manifest diff

afff927
Select commit
Loading
Failed to load commit list.
Merged

Implement calculating diff of kubernetes manifests #5298

Implement k8s manifest diff
afff927
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Oct 29, 2024 in 0s

77.04% of diff hit (target 25.02%)

View this Pull Request on Codecov

77.04% of diff hit (target 25.02%)

Annotations

Check warning on line 33 in pkg/app/pipedv1/plugin/kubernetes/provider/diff.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/app/pipedv1/plugin/kubernetes/provider/diff.go#L32-L33

Added lines #L32 - L33 were not covered by tests

Check warning on line 48 in pkg/app/pipedv1/plugin/kubernetes/provider/diff.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/app/pipedv1/plugin/kubernetes/provider/diff.go#L46-L48

Added lines #L46 - L48 were not covered by tests

Check warning on line 62 in pkg/app/pipedv1/plugin/kubernetes/provider/diff.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/app/pipedv1/plugin/kubernetes/provider/diff.go#L62

Added line #L62 was not covered by tests

Check warning on line 81 in pkg/app/pipedv1/plugin/kubernetes/provider/diff.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/app/pipedv1/plugin/kubernetes/provider/diff.go#L80-L81

Added lines #L80 - L81 were not covered by tests

Check warning on line 41 in pkg/app/pipedv1/plugin/kubernetes/provider/diffutil.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/app/pipedv1/plugin/kubernetes/provider/diffutil.go#L41

Added line #L41 was not covered by tests

Check warning on line 47 in pkg/app/pipedv1/plugin/kubernetes/provider/diffutil.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/app/pipedv1/plugin/kubernetes/provider/diffutil.go#L47

Added line #L47 was not covered by tests

Check warning on line 96 in pkg/app/pipedv1/plugin/kubernetes/provider/diffutil.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/app/pipedv1/plugin/kubernetes/provider/diffutil.go#L95-L96

Added lines #L95 - L96 were not covered by tests

Check warning on line 112 in pkg/app/pipedv1/plugin/kubernetes/provider/diffutil.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/app/pipedv1/plugin/kubernetes/provider/diffutil.go#L109-L112

Added lines #L109 - L112 were not covered by tests

Check warning on line 116 in pkg/app/pipedv1/plugin/kubernetes/provider/diffutil.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/app/pipedv1/plugin/kubernetes/provider/diffutil.go#L115-L116

Added lines #L115 - L116 were not covered by tests

Check warning on line 96 in pkg/app/pipedv1/plugin/kubernetes/provider/resource.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/app/pipedv1/plugin/kubernetes/provider/resource.go#L95-L96

Added lines #L95 - L96 were not covered by tests