rybalkinsd / kohttp

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

Fixed typos in javadoc #192

Closed Hakky54 closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #192 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #192   +/-   ##
=========================================
  Coverage     91.50%   91.50%           
  Complexity      127      127           
=========================================
  Files            41       41           
  Lines           400      400           
  Branches         49       49           
=========================================
  Hits            366      366           
  Misses            9        9           
  Partials         25       25           
Impacted Files Coverage Δ Complexity Δ
...n/io/github/rybalkinsd/kohttp/dsl/HttpDeleteDsl.kt 100.00% <ø> (ø) 0.00 <0.00> (ø)
...tlin/io/github/rybalkinsd/kohttp/dsl/HttpGetDsl.kt 100.00% <ø> (ø) 0.00 <0.00> (ø)
...lin/io/github/rybalkinsd/kohttp/dsl/HttpHeadDsl.kt 100.00% <ø> (ø) 0.00 <0.00> (ø)
...in/io/github/rybalkinsd/kohttp/dsl/HttpPatchDsl.kt 100.00% <ø> (ø) 0.00 <0.00> (ø)
...lin/io/github/rybalkinsd/kohttp/dsl/HttpPostDsl.kt 100.00% <ø> (ø) 0.00 <0.00> (ø)
...tlin/io/github/rybalkinsd/kohttp/dsl/HttpPutDsl.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 8232a1a...4af79fb. Read the comment docs.