Fix getLabel() deprecation warning with Protobuf 4.33+#1854
Conversation
getLabel is deprecated. Use isRequired or isRepeated instead.
|
Thanks for opening your first pull request! If you haven't yet signed our Contributor License Agreement (CLA), then please do so that we can accept your contribution. A link should appear shortly in this PR if you have not already signed one. |
Removed unused GPBLabel import.
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1854 +/- ##
============================================
+ Coverage 68.30% 68.32% +0.01%
Complexity 2976 2976
============================================
Files 449 449
Lines 8724 8726 +2
============================================
+ Hits 5959 5962 +3
+ Misses 2765 2764 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 5 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
…telemetry#1854)" This reverts commit b4b274d.
getLabel is deprecated. Use isRequired or isRepeated instead.