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

add support of sortable negative number for NumericUtil #23

Closed javeme closed 5 years ago

javeme commented 5 years ago

Change-Id: I93290d3c1f9f89913d31ec2e5b4293d4a1d1ce1f

codecov[bot] commented 5 years ago

Codecov Report

Merging #23 into master will increase coverage by 0.62%. The diff coverage is 93.47%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #23      +/-   ##
============================================
+ Coverage     72.23%   72.85%   +0.62%     
- Complexity      420      437      +17     
============================================
  Files            44       44              
  Lines          1484     1507      +23     
  Branches        222      228       +6     
============================================
+ Hits           1072     1098      +26     
+ Misses          304      302       -2     
+ Partials        108      107       -1
Impacted Files Coverage Δ Complexity Δ
...in/java/com/baidu/hugegraph/util/LongEncoding.java 86.53% <ø> (ø) 17 <0> (ø) :arrow_down:
...ava/com/baidu/hugegraph/version/CommonVersion.java 50% <ø> (ø) 1 <0> (ø) :arrow_down:
...ain/java/com/baidu/hugegraph/util/NumericUtil.java 83.76% <93.47%> (+5.03%) 62 <19> (+15) :arrow_up:
.../main/java/com/baidu/hugegraph/event/EventHub.java 81.94% <0%> (+1.38%) 27% <0%> (+1%) :arrow_up:
src/main/java/com/baidu/hugegraph/util/E.java 66.66% <0%> (+6.66%) 6% <0%> (+1%) :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 194ed53...a51b309. Read the comment docs.