rybalkinsd / kohttp

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

[Issue-206] make param v nullable. #207

Closed MEJIOMAH17 closed 3 years ago

MEJIOMAH17 commented 3 years ago

Reason: When class Form was using in DSL, function 'to' with nullable param refers to 'kotlin.to' and did not append param.

codecov[bot] commented 3 years ago

Codecov Report

Merging #207 (c534697) into master (58cc9d3) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #207   +/-   ##
=========================================
  Coverage     90.84%   90.84%           
  Complexity      127      127           
=========================================
  Files            44       44           
  Lines           415      415           
  Branches         55       55           
=========================================
  Hits            377      377           
  Misses           11       11           
  Partials         27       27           
Impacted Files Coverage Δ Complexity Δ
...in/kotlin/io/github/rybalkinsd/kohttp/util/form.kt 100.00% <ø> (ø) 0.00 <0.00> (ø)

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 58cc9d3...c534697. Read the comment docs.

rybalkinsd commented 3 years ago

Thanks for your contribution!