Closed kmlau closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 97.83%. Comparing base (
f0ead96
) to head (79a7c83
). 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.
the current
DeviceParametersDiff
protobuf message allows parameters of limited types to be override. This PR introduces aGenericValue
protobuf message which removes the type restriction.