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(smartcar): added support for simulated mode and feature flags #111

Closed mdheri closed 2 years ago

mdheri commented 2 years ago

Adding support for simulated mode and compatibility feature flags

Asana: https://app.asana.com/0/1202541719267260/1202555728616885/f

codecov[bot] commented 2 years ago

Codecov Report

Merging #111 (4835070) into master (ef0ae82) will decrease coverage by 0.81%. The diff coverage is 60.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #111      +/-   ##
============================================
- Coverage     78.90%   78.09%   -0.82%     
- Complexity      200      202       +2     
============================================
  Files            37       37              
  Lines           787      817      +30     
  Branches         49       56       +7     
============================================
+ Hits            621      638      +17     
- Misses          138      147       +9     
- Partials         28       32       +4     
Flag Coverage Δ
integration 65.48% <44.44%> (-1.23%) :arrow_down:
test 50.67% <35.55%> (-0.41%) :arrow_down:

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

Impacted Files Coverage Δ
src/main/java/com/smartcar/sdk/Smartcar.java 66.07% <0.00%> (ø)
...com/smartcar/sdk/SmartcarCompatibilityRequest.java 61.19% <36.36%> (-4.38%) :arrow_down:
src/main/java/com/smartcar/sdk/AuthClient.java 66.07% <60.00%> (-0.91%) :arrow_down:
src/main/java/com/smartcar/sdk/Vehicle.java 95.86% <69.23%> (-3.24%) :arrow_down:
.../java/com/smartcar/sdk/SmartcarVehicleOptions.java 82.75% <88.88%> (+2.75%) :arrow_up:

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 ef0ae82...4835070. Read the comment docs.