-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/issue 552 - New vehicle data - FuelRange #601
Conversation
2204afd
to
948a886
Compare
@BrettyWhite @bilal-alsharifi please review when time permits. thanks! |
Codecov Report
@@ Coverage Diff @@
## develop #601 +/- ##
=============================================
- Coverage 41.38% 37.48% -3.91%
- Complexity 2656 2693 +37
=============================================
Files 362 364 +2
Lines 15831 18163 +2332
Branches 1684 2310 +626
=============================================
+ Hits 6552 6808 +256
- Misses 8971 11031 +2060
- Partials 308 324 +16
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything looks good except some extra spaces in some parts of the modified files.
@@ -91,7 +92,8 @@ protected JSONObject getExpectedParameters(int sdlVersion) { | |||
result.put(UnsubscribeVehicleData.KEY_AIRBAG_STATUS, Test.GENERAL_BOOLEAN); | |||
result.put(UnsubscribeVehicleData.KEY_EMERGENCY_EVENT, Test.GENERAL_BOOLEAN); | |||
result.put(UnsubscribeVehicleData.KEY_CLUSTER_MODE_STATUS, Test.GENERAL_BOOLEAN); | |||
result.put(UnsubscribeVehicleData.KEY_MY_KEY, Test.GENERAL_BOOLEAN); | |||
result.put(UnsubscribeVehicleData.KEY_MY_KEY, Test.GENERAL_BOOLEAN); | |||
result.put(UnsubscribeVehicleData.KEY_FUEL_RANGE, Test.GENERAL_BOOLEAN); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like there are extra spaces/tabs here and in some other places in the modifications
@bilal-alsharifi please re-review when time permits. thanks! |
Thanks, @mrapitis. There are still some minor spacing issues in the following files: OnVehicleDataTests.java |
5909ea3
to
bb58ea2
Compare
@bilal-alsharifi thanks for the review, please check once more when available. |
@mrapitis everything looks good to me now. Thanks. |
Fixes #552
This PR is ready for review.
Risk
This PR makes minor API changes.
Testing Plan
Added new unit tests and expanded existing ones
Summary
Added Vehicle Data RPC's, structs, enums as defined in the fuel range proposal.
CLA