rybalkinsd / kohttp

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

Fix/94 url params #117

Closed rybalkinsd closed 5 years ago

rybalkinsd commented 5 years ago

this PR should fix https://github.com/rybalkinsd/kohttp/issues/118

codecov[bot] commented 5 years ago

Codecov Report

Merging #117 into feature/async-post will decrease coverage by 0.23%. The diff coverage is 93.33%.

Impacted file tree graph

@@                   Coverage Diff                    @@
##             feature/async-post     #117      +/-   ##
========================================================
- Coverage                 89.77%   89.54%   -0.24%     
- Complexity                  115      118       +3     
========================================================
  Files                        40       40              
  Lines                       362      373      +11     
  Branches                     41       46       +5     
========================================================
+ Hits                        325      334       +9     
- Misses                        9       10       +1     
- Partials                     28       29       +1
Impacted Files Coverage Δ Complexity Δ
...ithub/rybalkinsd/kohttp/dsl/context/HttpContext.kt 90.69% <0%> (-4.55%) 14 <0> (ø)
...thub/rybalkinsd/kohttp/dsl/context/ParamContext.kt 100% <100%> (ø) 6 <5> (+3) :arrow_up:
.../io/github/rybalkinsd/kohttp/ext/HttpContextExt.kt 100% <100%> (ø) 0 <0> (ø) :arrow_down:

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 85e165a...845bb33. Read the comment docs.