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(batch): made the batch errors more clear #78

Closed theodorewahle closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #78 into master will increase coverage by 0.01%. The diff coverage is 50%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #78      +/-   ##
============================================
+ Coverage     47.34%   47.36%   +0.01%     
- Complexity       74       75       +1     
============================================
  Files            24       25       +1     
  Lines           566      570       +4     
  Branches         29       29              
============================================
+ Hits            268      270       +2     
- Misses          287      289       +2     
  Partials         11       11
Flag Coverage Δ Complexity Δ
#integration 45.96% <50%> (+0.02%) 74 <2> (+1) :arrow_up:
#test 5.61% <0%> (-0.04%) 9 <0> (ø)
Impacted Files Coverage Δ Complexity Δ
...om/smartcar/sdk/BatchResponseMissingException.java 0% <0%> (ø) 0 <0> (?)
...main/java/com/smartcar/sdk/data/BatchResponse.java 48.97% <0%> (ø) 8 <0> (ø) :arrow_down:
src/main/java/com/smartcar/sdk/Vehicle.java 84.52% <100%> (+0.37%) 24 <2> (+1) :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 803fc82...2c20e4e. Read the comment docs.