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 split in StringUtil #32

Closed Linary closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #32 into master will increase coverage by 0.91%. The diff coverage is 84.78%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #32      +/-   ##
============================================
+ Coverage     74.09%   75.01%   +0.91%     
- Complexity      478      486       +8     
============================================
  Files            48       48              
  Lines          1606     1645      +39     
  Branches        242      249       +7     
============================================
+ Hits           1190     1234      +44     
+ Misses          305      299       -6     
- Partials        111      112       +1
Impacted Files Coverage Δ Complexity Δ
...ava/com/baidu/hugegraph/version/CommonVersion.java 50% <ø> (ø) 1 <0> (ø) :arrow_down:
...main/java/com/baidu/hugegraph/util/StringUtil.java 83.33% <84.78%> (+83.33%) 6 <3> (+6) :arrow_up:
.../main/java/com/baidu/hugegraph/event/EventHub.java 80.55% <0%> (+2.77%) 26% <0%> (+1%) :arrow_up:
...m/baidu/hugegraph/iterator/ExtendableIterator.java 81.39% <0%> (+4.65%) 16% <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 88d8838...8feaf26. Read the comment docs.