smartcar / java-sdk

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

make the return type of odometer and location more specific #40

Closed gurpreetatwal closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #40 into master will decrease coverage by 44.61%. The diff coverage is n/a.

Impacted file tree graph

@@              Coverage Diff              @@
##             master      #40       +/-   ##
=============================================
- Coverage     61.15%   16.53%   -44.62%     
+ Complexity       60       15       -45     
=============================================
  Files            16       16               
  Lines           381      381               
  Branches         16       16               
=============================================
- Hits            233       63      -170     
- Misses          140      317      +177     
+ Partials          8        1        -7
Flag Coverage Δ Complexity Δ
#integration ? ?
#test 16.53% <ø> (ø) 15 <ø> (ø) :arrow_down:
Impacted Files Coverage Δ Complexity Δ
src/main/java/com/smartcar/sdk/Vehicle.java 0% <ø> (-79.63%) 0 <0> (-12)
src/main/java/com/smartcar/sdk/AuthClient.java 0% <0%> (-77.23%) 0% <0%> (-11%)
...rc/main/java/com/smartcar/sdk/data/VehicleIds.java 0% <0%> (-50%) 0% <0%> (-2%)
src/main/java/com/smartcar/sdk/data/ApiData.java 0% <0%> (-50%) 0% <0%> (-3%)
src/main/java/com/smartcar/sdk/data/Auth.java 0% <0%> (-50%) 0% <0%> (-5%)
...n/java/com/smartcar/sdk/data/SmartcarResponse.java 0% <0%> (-48%) 0% <0%> (-5%)
src/main/java/com/smartcar/sdk/ApiClient.java 38.23% <0%> (-41.18%) 2% <0%> (-4%)
...ain/java/com/smartcar/sdk/data/ResponsePaging.java 0% <0%> (-36.37%) 0% <0%> (-1%)
...rc/main/java/com/smartcar/sdk/data/VehicleVin.java 0% <0%> (-14.29%) 0% <0%> (-1%)
... and 1 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 868d9f5...1d0e3f7. Read the comment docs.

codecov-io commented 5 years ago

Codecov Report

Merging #40 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #40   +/-   ##
=========================================
  Coverage     61.15%   61.15%           
  Complexity       60       60           
=========================================
  Files            16       16           
  Lines           381      381           
  Branches         16       16           
=========================================
  Hits            233      233           
  Misses          140      140           
  Partials          8        8
Flag Coverage Δ Complexity Δ
#integration 49.6% <ø> (ø) 50 <ø> (ø) :arrow_down:
#test 16.53% <ø> (ø) 15 <ø> (ø) :arrow_down:
Impacted Files Coverage Δ Complexity Δ
src/main/java/com/smartcar/sdk/Vehicle.java 79.62% <ø> (ø) 12 <0> (ø) :arrow_down:

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 343bc2d...0aac0e3. Read the comment docs.