smartcar / java-sdk

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

Surface SC-Request-Id on batch requests #80

Closed sankethkatta closed 4 years ago

sankethkatta commented 4 years ago

The getRequestId() method is now available on both the BatchResponse class and the SmartcarResponse class.

codecov[bot] commented 4 years ago

Codecov Report

Merging #80 into master will increase coverage by 1.38%. The diff coverage is 94.11%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #80      +/-   ##
============================================
+ Coverage     49.04%   50.43%   +1.38%     
- Complexity       80       83       +3     
============================================
  Files            25       25              
  Lines           577      581       +4     
  Branches         29       29              
============================================
+ Hits            283      293      +10     
+ Misses          283      277       -6     
  Partials         11       11
Flag Coverage Δ Complexity Δ
#integration 49.05% <94.11%> (+1.39%) 82 <2> (+3) :arrow_up:
#test 5.5% <0%> (-0.04%) 9 <0> (ø)
Impacted Files Coverage Δ Complexity Δ
...n/java/com/smartcar/sdk/data/SmartcarResponse.java 82.14% <ø> (+3.57%) 12 <0> (+1) :arrow_up:
src/main/java/com/smartcar/sdk/Vehicle.java 84.88% <100%> (+0.35%) 24 <0> (ø) :arrow_down:
...main/java/com/smartcar/sdk/data/BatchResponse.java 60.78% <92.3%> (+11.8%) 10 <2> (+2) :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 7f51579...937706b. Read the comment docs.