enonic / lib-http-client

Http Client Library for Enonic XP.
Apache License 2.0
0 stars 4 forks source link

Switch to Java 11 HttpClient #89 #92

Closed rymsha closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #92 (440d51e) into master (98f7fd9) will increase coverage by 11.31%. The diff coverage is 92.21%.

:exclamation: Current head 440d51e differs from pull request most recent head 8fb5eff. Consider uploading reports for the commit 8fb5eff to get more accurate results

@@              Coverage Diff              @@
##             master      #92       +/-   ##
=============================================
+ Coverage     81.49%   92.81%   +11.31%     
- Complexity      109      152       +43     
=============================================
  Files             6        8        +2     
  Lines           362      459       +97     
  Branches         48       49        +1     
=============================================
+ Hits            295      426      +131     
+ Misses           38       16       -22     
+ Partials         29       17       -12     
Impacted Files Coverage Δ
...a/com/enonic/lib/http/client/CertificateTools.java 77.77% <77.77%> (-2.23%) :arrow_down:
.../com/enonic/lib/http/client/RefPathByteSource.java 82.75% <82.75%> (ø)
.../com/enonic/lib/http/client/HttpClientFactory.java 91.00% <91.00%> (ø)
...com/enonic/lib/http/client/HttpRequestHandler.java 93.93% <92.06%> (+9.95%) :arrow_up:
...com/enonic/lib/http/client/HttpRequestFactory.java 93.10% <93.10%> (ø)
...ava/com/enonic/lib/http/client/ResponseMapper.java 97.14% <95.65%> (+22.81%) :arrow_up:
...rc/main/java/com/enonic/lib/http/client/Utils.java 97.64% <97.64%> (ø)
...n/java/com/enonic/lib/http/client/CertWithKey.java 100.00% <100.00%> (ø)
... and 1 more

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 c36403b...8fb5eff. Read the comment docs.