smartcar / java-sdk

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

Feat: Single select vin #63

Closed adolfoportilla closed 5 years ago

adolfoportilla commented 5 years ago

Adds single select vin to authUrlBuilder.

Note: Chose to use setSingleSelectVin instead of setSingleSelectVIN. Can do the latter if prefered.

codecov[bot] commented 5 years ago

Codecov Report

Merging #63 into master will decrease coverage by 0.2%. The diff coverage is 0%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #63      +/-   ##
============================================
- Coverage     47.94%   47.74%   -0.21%     
+ Complexity       57       55       -2     
============================================
  Files            20       20              
  Lines           463      465       +2     
  Branches         20       20              
============================================
  Hits            222      222              
- Misses          232      237       +5     
+ Partials          9        6       -3
Flag Coverage Δ Complexity Δ
#integration 46.23% <0%> (-0.2%) 55 <0> (-2)
#test 6.23% <0%> (-0.03%) 5 <0> (ø)
Impacted Files Coverage Δ Complexity Δ
src/main/java/com/smartcar/sdk/AuthClient.java 65.3% <0%> (-0.91%) 9 <0> (-2)

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 fb98206...470d970. Read the comment docs.