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

Enhance toList and add toSet in CollectionUtil #25

Closed Linary closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #25 into master will increase coverage by 0.14%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #25      +/-   ##
============================================
+ Coverage     72.87%   73.02%   +0.14%     
- Complexity      438      442       +4     
============================================
  Files            44       44              
  Lines          1508     1516       +8     
  Branches        228      229       +1     
============================================
+ Hits           1099     1107       +8     
  Misses          302      302              
  Partials        107      107
Impacted Files Coverage Δ Complexity Δ
...ava/com/baidu/hugegraph/version/CommonVersion.java 50% <ø> (ø) 1 <0> (ø) :arrow_down:
.../java/com/baidu/hugegraph/util/CollectionUtil.java 84.53% <100%> (+1.39%) 31 <6> (+4) :arrow_up:
.../main/java/com/baidu/hugegraph/perf/Stopwatch.java 85.71% <0%> (-2.05%) 20% <0%> (-1%)
.../main/java/com/baidu/hugegraph/event/EventHub.java 81.94% <0%> (+1.38%) 27% <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 0822dd9...2fc6c8d. Read the comment docs.