Closed blampe closed 2 months ago
Attention: Patch coverage is 16.00000%
with 21 lines
in your changes missing coverage. Please review.
Please upload report for BASE (
v2@e850d02
). Learn more about missing BASE report.
Files with missing lines | Patch % | Lines |
---|---|---|
agent/pkg/proto/agent_grpc.pb.go | 0.00% | 19 Missing :warning: |
operator/cmd/main.go | 0.00% | 2 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This adds the groundwork for e2e testing the v2 branch. Try it with
make test-e2e
.operator/config
, so I regenerated CRDs intooperator/config/bases
and dropped a Deployment intooperator/config/manager
. We'll eventually need to consolidate this with the rootconfig/crd
.protoc-gen-go-grpc
which changed the generated code slightly. I checked in a.mise.toml
mostly just to write down which versions of each tool I was using while working on this. Totally optional but you can read docs here if you'd like a direnv-style tooling setup.I haven't enabled an assertion for the random-yaml stack because I wasn't able to see it reliably reconcile. I was seeing GitHub rate limit errors as well as errors from the operator when updating status on the stack.