smartcar / java-sdk

Java client SDK for the Smartcar API.
https://smartcar.github.io/java-sdk
MIT License
20 stars 20 forks source link

feat: sdk revamp #95

Closed rsimari closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #95 (02de8a8) into master (25d3472) will increase coverage by 32.14%. The diff coverage is 78.47%.

Impacted file tree graph

@@              Coverage Diff              @@
##             master      #95       +/-   ##
=============================================
+ Coverage     45.83%   77.98%   +32.14%     
- Complexity       90      183       +93     
=============================================
  Files            27       34        +7     
  Lines           685      704       +19     
  Branches         38       44        +6     
=============================================
+ Hits            314      549      +235     
+ Misses          360      129      -231     
- Partials         11       26       +15     
Flag Coverage Δ
integration 65.90% <62.62%> (+21.23%) :arrow_up:
test 47.72% <46.77%> (+42.76%) :arrow_up:

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

Impacted Files Coverage Δ
.../com/smartcar/sdk/data/ApplicationPermissions.java 20.00% <ø> (+11.66%) :arrow_up:
src/main/java/com/smartcar/sdk/data/Auth.java 83.33% <ø> (+33.33%) :arrow_up:
...main/java/com/smartcar/sdk/data/Compatibility.java 66.66% <ø> (+54.16%) :arrow_up:
...main/java/com/smartcar/sdk/data/RequestPaging.java 85.71% <ø> (+85.71%) :arrow_up:
...ain/java/com/smartcar/sdk/data/ResponsePaging.java 75.00% <ø> (+38.63%) :arrow_up:
...ain/java/com/smartcar/sdk/data/VehicleBattery.java 75.00% <ø> (+75.00%) :arrow_up:
.../com/smartcar/sdk/data/VehicleBatteryCapacity.java 66.66% <ø> (+66.66%) :arrow_up:
...main/java/com/smartcar/sdk/data/VehicleCharge.java 50.00% <ø> (+50.00%) :arrow_up:
...c/main/java/com/smartcar/sdk/data/VehicleFuel.java 80.00% <ø> (+80.00%) :arrow_up:
...in/java/com/smartcar/sdk/data/VehicleLocation.java 75.00% <ø> (+75.00%) :arrow_up:
... and 43 more

Continue to review full report at Codecov.

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