rybalkinsd / kohttp

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

Fixed integration tests relying on postman-echo.com/get API #185

Closed rybalkinsd closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #185 into master will increase coverage by 0.11%. The diff coverage is 92.85%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #185      +/-   ##
============================================
+ Coverage     90.47%   90.59%   +0.11%     
+ Complexity      128      127       -1     
============================================
  Files            42       42              
  Lines           399      404       +5     
  Branches         45       49       +4     
============================================
+ Hits            361      366       +5     
+ Misses           14       13       -1     
- Partials         24       25       +1     
Impacted Files Coverage Δ Complexity Δ
...o/github/rybalkinsd/kohttp/client/ClientBuilder.kt 100.00% <ø> (ø) 0.00 <0.00> (ø)
...thub/rybalkinsd/kohttp/client/ClientBuilderImpl.kt 98.14% <83.33%> (-0.04%) 52.00 <5.00> (-1.00)
...thub/rybalkinsd/kohttp/client/DefaultHttpClient.kt 100.00% <100.00%> (ø) 0.00 <0.00> (ø)
...o/github/rybalkinsd/kohttp/configuration/Config.kt 100.00% <100.00%> (ø) 1.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 14adae4...56b2c1d. Read the comment docs.

rybalkinsd commented 4 years ago

165 candidates