Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #2139 +/- ##
=======================================
Coverage 89.62% 89.63%
=======================================
Files 61 61
Lines 17308 17308
=======================================
+ Hits 15513 15514 +1
+ Misses 1795 1794 -1
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
|
Build failure because of flake8 F842 warning is expected till this PR which adds a |
|
please don't merge until build failure is resolved |
I've updated CHANGELOG.md if applicable.I've added tests applicable for this pull requestWhat does this Pull Request accomplish?
Updates NI-RFSG function metadata to prepare for upcoming gRPC support:
grpc_enum(eg:NiRFSGInt32AttributeValues),grpc_mapped_enumfields for parameters which are not enums. (These were added as placeholders in the first RFSG metadata addition PR.)grpc_enumfields for few string enums parameters required bygrpc-deviceserver.List issues fixed by this Pull Request below, if any.
None
What testing has been done?
gRPC related fields in RFSG metadata are not consumed in the builds yet. These changes are prerequisite to allow us to enable gRPC codegen in upcoming PRs.