Closed scotthart closed 2 days ago
Attention: Patch coverage is 51.88172%
with 179 lines
in your changes missing coverage. Please review.
Project coverage is 93.00%. Comparing base (
000bb23
) to head (cb3c9f3
). Report is 4 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
v29 of protobuf adds
[[deprecated]]
attributes to proto message types generated from deprecated services. We need to disable compiler warnings on these types because of-Werror
until we remove the deprecated services.This change is