pulumi / pulumi-kubernetes-operator

A Kubernetes Operator that automates the deployment of Pulumi Stacks
Apache License 2.0
226 stars 54 forks source link

V2 #725

Closed EronWright closed 1 month ago

EronWright commented 1 month ago

Blog post: https://www.pulumi.com/blog/pulumi-kubernetes-operator-2-0/ See merge commit: https://github.com/pulumi/pulumi-kubernetes-operator/issues/586

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 43.61538% with 733 lines in your changes missing coverage. Please review.

Project coverage is 50.01%. Comparing base (d02ae39) to head (a6daecd). Report is 62 commits behind head on master.

Files with missing lines Patch % Lines
agent/pkg/server/server.go 56.61% 182 Missing and 74 partials :warning:
operator/cmd/main.go 9.50% 198 Missing and 2 partials :warning:
agent/cmd/serve.go 11.45% 115 Missing and 1 partial :warning:
agent/pkg/server/auth.go 46.49% 60 Missing and 1 partial :warning:
agent/cmd/init.go 70.29% 25 Missing and 5 partials :warning:
operator/internal/apply/utils.go 0.00% 25 Missing :warning:
agent/pkg/client/client.go 0.00% 21 Missing :warning:
agent/cmd/root.go 70.73% 11 Missing and 1 partial :warning:
operator/api/pulumi/shared/stack_types.go 0.00% 5 Missing :warning:
agent/cmd/version.go 40.00% 3 Missing :warning:
... and 2 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #725 +/- ## =========================================== + Coverage 8.76% 50.01% +41.24% =========================================== Files 4 30 +26 Lines 1164 4061 +2897 =========================================== + Hits 102 2031 +1929 - Misses 1055 1846 +791 - Partials 7 184 +177 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.