rybalkinsd / kohttp

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

Feature/128 multimodule #130

Closed rybalkinsd closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #130 into master will increase coverage by 0.12%. The diff coverage is 81.25%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #130      +/-   ##
============================================
+ Coverage     90.95%   91.08%   +0.12%     
+ Complexity      130      129       -1     
============================================
  Files            42       43       +1     
  Lines           398      370      -28     
  Branches         45       43       -2     
============================================
- Hits            362      337      -25     
- Misses            9       10       +1     
+ Partials         27       23       -4
Impacted Files Coverage Δ Complexity Δ
...b/rybalkinsd/kohttp/dsl/async/HttpPatchAsyncDsl.kt 33.33% <ø> (ø) 0 <0> (?)
...lin/io/github/rybalkinsd/kohttp/dsl/HttpHeadDsl.kt 100% <ø> (ø) 0 <0> (?)
...hub/rybalkinsd/kohttp/dsl/async/AsyncHttpGetDsl.kt 0% <ø> (ø) 0 <0> (?)
...thub/rybalkinsd/kohttp/dsl/async/UploadAsyncDsl.kt 33.33% <ø> (ø) 0 <0> (?)
...in/kotlin/io/github/rybalkinsd/kohttp/util/form.kt 100% <ø> (ø) 0 <0> (?)
...balkinsd/kohttp/interceptors/LoggingInterceptor.kt 100% <ø> (ø) 2 <0> (?)
...in/io/github/rybalkinsd/kohttp/dsl/HttpPatchDsl.kt 100% <ø> (ø) 0 <0> (?)
...ub/rybalkinsd/kohttp/dsl/async/HttpHeadAsyncDsl.kt 33.33% <ø> (ø) 0 <0> (?)
...otlin/io/github/rybalkinsd/kohttp/ext/StringExt.kt 42.85% <ø> (ø) 0 <0> (?)
...o/github/rybalkinsd/kohttp/client/ClientBuilder.kt 100% <ø> (ø) 0 <0> (?)
... and 36 more

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 619f8e1...6365684. Read the comment docs.