Open tanmaykm opened 8 months ago
Not sure why codegen is failing in CI. Things seem to work fine locally. Trying to dig into it
Attention: Patch coverage is 83.33333%
with 2 lines
in your changes are missing coverage. Please review.
Project coverage is 91.84%. Comparing base (
f4ccd52
) to head (79c747b
).
Files | Patch % | Lines |
---|---|---|
src/grpc.jl | 0.00% | 2 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
gRPCClient.jl requires ProtoBuf v0.11. It is incompatible with 1.x versions of ProtoBuf as it was a significant rewrite and protobuf services are not yet supported there. This PR is to pin ProtoBuf version requirement to v0.11 and tag a new release of gRPCClient.