smartcar / java-sdk

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

fix(battery-capacity): add missing batch request #88

Closed connickshields closed 3 years ago

connickshields commented 3 years ago

Adds the missing battery capacity endpoint to the batch request.

codecov[bot] commented 3 years ago

Codecov Report

Merging #88 (6c6856b) into master (405049c) will decrease coverage by 0.08%. The diff coverage is 0.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #88      +/-   ##
============================================
- Coverage     49.67%   49.59%   -0.09%     
  Complexity       87       87              
============================================
  Files            26       26              
  Lines           618      619       +1     
  Branches         29       29              
============================================
  Hits            307      307              
- Misses          300      301       +1     
  Partials         11       11              
Flag Coverage Δ Complexity Δ
integration 48.30% <0.00%> (-0.08%) 0.00 <0.00> (ø)
test 5.00% <0.00%> (-0.01%) 0.00 <0.00> (ø)

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

Impacted Files Coverage Δ Complexity Δ
...main/java/com/smartcar/sdk/data/BatchResponse.java 59.61% <0.00%> (-1.17%) 10.00 <0.00> (ø)

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 405049c...6c6856b. Read the comment docs.