smartcar / java-sdk

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

Integration Tests #33

Closed RogWilco closed 6 years ago

RogWilco commented 6 years ago

A few changes still pending, but this should add full integration test coverage.

codecov[bot] commented 6 years ago

Codecov Report

Merging #33 into master will increase coverage by 2.87%. The diff coverage is 64%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #33      +/-   ##
============================================
+ Coverage     14.24%   17.11%   +2.87%     
- Complexity       10       15       +5     
============================================
  Files            16       16              
  Lines           351      368      +17     
  Branches         14       16       +2     
============================================
+ Hits             50       63      +13     
- Misses          301      304       +3     
- Partials          0        1       +1
Impacted Files Coverage Δ Complexity Δ
src/main/java/com/smartcar/sdk/Vehicle.java 0% <0%> (ø) 0 <0> (ø) :arrow_down:
src/main/java/com/smartcar/sdk/AuthClient.java 0% <0%> (ø) 0 <0> (ø) :arrow_down:
src/main/java/com/smartcar/sdk/ApiClient.java 38.23% <66.66%> (+5.97%) 2 <1> (+1) :arrow_up:
.../main/java/com/smartcar/sdk/SmartcarException.java 91.66% <75%> (-8.34%) 10 <6> (+4)

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 7bd3421...319d657. Read the comment docs.