hugegraph / hugegraph-client

Please move to Apache Hugegraph-Toolchain, Thanks
https://hugegraph.apache.org/docs/quickstart/hugegraph-client/
Apache License 2.0
32 stars 45 forks source link

support multi node shortest path #106

Closed zhoney closed 4 years ago

zhoney commented 4 years ago

Change-Id: I6479d7186a357699dbb226c94759b050373160f0

codecov[bot] commented 4 years ago

Codecov Report

Merging #106 into master will increase coverage by 0.01%. The diff coverage is 80.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #106      +/-   ##
============================================
+ Coverage     78.63%   78.65%   +0.01%     
- Complexity      863      868       +5     
============================================
  Files           138      140       +2     
  Lines          3665     3710      +45     
  Branches        217      219       +2     
============================================
+ Hits           2882     2918      +36     
- Misses          622      629       +7     
- Partials        161      163       +2     
Impacted Files Coverage Δ Complexity Δ
...a/com/baidu/hugegraph/driver/TraverserManager.java 35.29% <50.00%> (+0.25%) 11.00 <0.00> (ø)
...ucture/traverser/MultiNodeShortestPathRequest.java 78.37% <78.37%> (ø) 2.00 <2.00> (?)
...egraph/api/traverser/MultiNodeShortestPathAPI.java 100.00% <100.00%> (ø) 3.00 <3.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 db92d39...ae1a83c. Read the comment docs.