rybalkinsd / kohttp

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

Release/0.10.0 #121

Closed rybalkinsd closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #121 into master will decrease coverage by 3.97%. The diff coverage is 80.16%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #121      +/-   ##
============================================
- Coverage     94.56%   90.59%   -3.98%     
- Complexity      115      120       +5     
============================================
  Files            33       40       +7     
  Lines           313      372      +59     
  Branches         24       45      +21     
============================================
+ Hits            296      337      +41     
- Misses            4        9       +5     
- Partials         13       26      +13
Impacted Files Coverage Δ Complexity Δ
...rybalkinsd/kohttp/interceptors/RetryInterceptor.kt 94.73% <ø> (+15.78%) 12 <0> (+3) :arrow_up:
...hub/rybalkinsd/kohttp/client/dsl/InterceptorDsl.kt 100% <ø> (ø) 0 <0> (ø) :arrow_down:
...in/io/github/rybalkinsd/kohttp/dsl/HttpPatchDsl.kt 100% <ø> (ø) 0 <0> (ø) :arrow_down:
...n/io/github/rybalkinsd/kohttp/dsl/HttpDeleteDsl.kt 100% <ø> (ø) 0 <0> (ø) :arrow_down:
...tlin/io/github/rybalkinsd/kohttp/dsl/HttpPutDsl.kt 100% <ø> (ø) 0 <0> (ø) :arrow_down:
...o/github/rybalkinsd/kohttp/client/ClientBuilder.kt 100% <ø> (ø) 0 <0> (ø) :arrow_down:
...lin/io/github/rybalkinsd/kohttp/dsl/HttpHeadDsl.kt 100% <ø> (ø) 0 <0> (ø) :arrow_down:
...lin/io/github/rybalkinsd/kohttp/dsl/HttpPostDsl.kt 100% <ø> (ø) 0 <0> (ø) :arrow_down:
...otlin/io/github/rybalkinsd/kohttp/dsl/UploadDsl.kt 100% <ø> (ø) 0 <0> (ø) :arrow_down:
...tlin/io/github/rybalkinsd/kohttp/dsl/HttpGetDsl.kt 100% <ø> (ø) 0 <0> (ø) :arrow_down:
... and 32 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 b7502e1...9252e96. Read the comment docs.