smartcar / java-sdk

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

Batch #69

Closed theodorewahle closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #69 into master will increase coverage by 2.24%. The diff coverage is 61.19%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #69      +/-   ##
============================================
+ Coverage      45.1%   47.34%   +2.24%     
- Complexity       60       74      +14     
============================================
  Files            22       24       +2     
  Lines           501      566      +65     
  Branches         23       29       +6     
============================================
+ Hits            226      268      +42     
- Misses          268      287      +19     
- Partials          7       11       +4
Flag Coverage Δ Complexity Δ
#integration 45.93% <61.19%> (+2.42%) 73 <13> (+14) :arrow_up:
#test 5.65% <0%> (-0.74%) 9 <0> (ø)
Impacted Files Coverage Δ Complexity Δ
src/main/java/com/smartcar/sdk/ApiClient.java 77.5% <ø> (ø) 8 <0> (ø) :arrow_down:
.../main/java/com/smartcar/sdk/SmartcarException.java 0% <ø> (ø) 0 <0> (ø) :arrow_down:
src/main/java/com/smartcar/sdk/AuthClient.java 64.86% <0%> (-0.45%) 9 <0> (ø)
src/main/java/com/smartcar/sdk/Vehicle.java 84.14% <100%> (+5.27%) 23 <3> (+3) :arrow_up:
.../java/com/smartcar/sdk/data/BatchDeserializer.java 100% <100%> (ø) 2 <2> (?)
...main/java/com/smartcar/sdk/data/BatchResponse.java 48.97% <48.97%> (ø) 8 <8> (?)
...n/java/com/smartcar/sdk/data/SmartcarResponse.java 52% <0%> (+4%) 6% <0%> (+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 ddca358...81fb30a. Read the comment docs.