smartcar / java-sdk

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

Smartcar exception v2 #91

Closed rsimari closed 3 years ago

rsimari commented 3 years ago

Asana: https://app.asana.com/0/1199874972215393/1200056589588720/f

codecov[bot] commented 3 years ago

Codecov Report

Merging #91 (072ccc5) into master (6697af5) will decrease coverage by 3.91%. The diff coverage is 12.32%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #91      +/-   ##
============================================
- Coverage     49.51%   45.60%   -3.92%     
- Complexity       87       89       +2     
============================================
  Files            26       27       +1     
  Lines           620      682      +62     
  Branches         29       38       +9     
============================================
+ Hits            307      311       +4     
- Misses          302      360      +58     
  Partials         11       11              
Flag Coverage Δ Complexity Δ
integration 44.42% <12.32%> (-3.80%) 88.00 <6.00> (+2.00) :arrow_down:
test 4.54% <1.36%> (-0.46%) 9.00 <0.00> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ Complexity Δ
.../main/java/com/smartcar/sdk/SmartcarException.java 0.00% <ø> (ø) 0.00 <0.00> (ø)
...ain/java/com/smartcar/sdk/SmartcarExceptionV2.java 0.00% <0.00%> (ø) 0.00 <0.00> (?)
...main/java/com/smartcar/sdk/data/BatchResponse.java 40.25% <0.00%> (-19.36%) 10.00 <0.00> (ø)
src/main/java/com/smartcar/sdk/ApiClient.java 75.51% <57.14%> (-3.56%) 10.00 <2.00> (+2.00) :arrow_down:
src/main/java/com/smartcar/sdk/AuthClient.java 64.70% <100.00%> (+0.23%) 10.00 <3.00> (ø)
src/main/java/com/smartcar/sdk/Vehicle.java 86.86% <100.00%> (ø) 27.00 <1.00> (ø)

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 6697af5...072ccc5. Read the comment docs.