Closed scotthart closed 4 days ago
Attention: Patch coverage is 63.63636%
with 24 lines
in your changes missing coverage. Please review.
Project coverage is 92.99%. Comparing base (
8e7038e
) to head (8e219d8
). Report is 1 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:
In a previous PR, the disable_deprecations_warnings.inc was added to services that were deprecated. This PR also adds this include file when the service contains methods that are marked as deprecated. As the disable_deprecations_warnings.inc includes a pragma push, the corresponding pragma pop needed to be added, which this PR adds.
This was tested with both protobuf v28.3 and protobuf v29.0-rc3 and in both cases the
[[deprecated]]
present in the generated protobuf messages no longer results in a compilation error.This change is