rybalkinsd / kohttp

Kotlin DSL http client
https://kohttp.gitbook.io
Apache License 2.0
478 stars 42 forks source link

Log interceptor #74

Closed gokulchandra closed 5 years ago

gokulchandra commented 5 years ago

Related to #69.

codecov[bot] commented 5 years ago

Codecov Report

Merging #74 into release/0.8.0 will increase coverage by 0.28%. The diff coverage is 100%.

Impacted file tree graph

@@                 Coverage Diff                 @@
##             release/0.8.0      #74      +/-   ##
===================================================
+ Coverage            94.97%   95.25%   +0.28%     
- Complexity              89       92       +3     
===================================================
  Files                   22       25       +3     
  Lines                  219      232      +13     
  Branches                13       13              
===================================================
+ Hits                   208      221      +13     
  Misses                   2        2              
  Partials                 9        9
Impacted Files Coverage Δ Complexity Δ
...o/github/rybalkinsd/kohttp/client/ClientBuilder.kt 100% <100%> (ø) 0 <0> (?)
...hub/rybalkinsd/kohttp/client/dsl/InterceptorDsl.kt 100% <100%> (ø) 0 <0> (?)
...balkinsd/kohttp/interceptors/LoggingInterceptor.kt 100% <100%> (ø) 2 <2> (?)
...github/rybalkinsd/kohttp/client/OkHttpClientExt.kt 100% <100%> (ø) 0 <0> (ø) :arrow_down:
...thub/rybalkinsd/kohttp/client/ClientBuilderImpl.kt 100% <0%> (ø) 55% <0%> (+1%) :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 b7393af...cb76734. Read the comment docs.