rybalkinsd / kohttp

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

Feature/url function params support #116

Closed dtropanets closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (fix/94-url-params-2@6eea7b0). Click here to learn what that means. The diff coverage is 100%.

Impacted file tree graph

@@                  Coverage Diff                  @@
##             fix/94-url-params-2    #116   +/-   ##
=====================================================
  Coverage                       ?   94.7%           
  Complexity                     ?     115           
=====================================================
  Files                          ?      33           
  Lines                          ?     321           
  Branches                       ?      26           
=====================================================
  Hits                           ?     304           
  Misses                         ?       4           
  Partials                       ?      13
Impacted Files Coverage Δ Complexity Δ
.../io/github/rybalkinsd/kohttp/ext/HttpContextExt.kt 100% <100%> (ø) 0 <0> (?)
...thub/rybalkinsd/kohttp/dsl/context/ParamContext.kt 100% <100%> (ø) 3 <2> (?)

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 6eea7b0...15f553c. Read the comment docs.

rybalkinsd commented 5 years ago

@dtropanets Thanks for the contribution! Based on this PR it is possible to fix url work in our dsl

We need some time to