apache / incubator-hugegraph-commons

(Archived Warning)Please visit "apache/hugegraph" repo instead
https://github.com/apache/hugegraph/tree/master/hugegraph-commons
Apache License 2.0
29 stars 45 forks source link

Let RestClient can reuse connections #15

Closed Linary closed 5 years ago

Linary commented 5 years ago

Implement #14

Change-Id: I49c0675566145e233e40f25fe0c30c9614bf2c14

codecov[bot] commented 5 years ago

Codecov Report

Merging #15 into master will increase coverage by 7.69%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##             master    #15      +/-   ##
==========================================
+ Coverage      62.3%    70%   +7.69%     
- Complexity      347    384      +37     
==========================================
  Files            43     43              
  Lines          1377   1400      +23     
  Branches        213    213              
==========================================
+ Hits            858    980     +122     
+ Misses          420    317     -103     
- Partials         99    103       +4
Impacted Files Coverage Δ Complexity Δ
...main/java/com/baidu/hugegraph/rest/RestResult.java 86.66% <ø> (+86.66%) 9 <0> (+9) :arrow_up:
...ain/java/com/baidu/hugegraph/util/VersionUtil.java 61.11% <ø> (ø) 9 <0> (ø) :arrow_down:
...ava/com/baidu/hugegraph/version/CommonVersion.java 50% <ø> (ø) 1 <0> (ø) :arrow_down:
...main/java/com/baidu/hugegraph/rest/RestClient.java 80% <100%> (+80%) 24 <4> (+24) :arrow_up:
...a/com/baidu/hugegraph/rest/SerializeException.java 66.66% <0%> (+66.66%) 2% <0%> (+2%) :arrow_up:
...java/com/baidu/hugegraph/rest/ClientException.java 66.66% <0%> (+66.66%) 2% <0%> (+2%) :arrow_up:

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 95530cc...5afd078. Read the comment docs.