Skip to content
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

feat(fuel)!: Fuel data types from primitives to objects #143

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

wikiadrian
Copy link
Contributor

This is the change to update the data types is fuel endpoint to allow nulls when one or two of the fuel signals is empty.

This change might break the customers when one of the signals return null from the Smartcar API server. Customer need to be aware to map correctly the null cases.

This is the change to update the data types is fuel endpoint to allow nulls when one or two of the fuel signals is empty.

This change might break the customers when one of the signals return null from the Smartcar API server. Customer need to be aware to map correctly the null cases.
@wikiadrian wikiadrian requested a review from hhovsepi December 19, 2023 19:33
Copy link

codecov bot commented Dec 19, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (fb482a2) 68.91% compared to head (d0c4bc5) 68.91%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #143   +/-   ##
=========================================
  Coverage     68.91%   68.91%           
  Complexity      238      238           
=========================================
  Files            50       50           
  Lines          1007     1007           
  Branches         70       70           
=========================================
  Hits            694      694           
  Misses          279      279           
  Partials         34       34           
Flag Coverage Δ
integration 55.41% <ø> (ø)
test 46.57% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
...c/main/java/com/smartcar/sdk/data/VehicleFuel.java 80.00% <ø> (ø)

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fb482a2...d0c4bc5. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants