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

support calling superclass method for Whitebox.invoke() #37

Closed javeme closed 5 years ago

javeme commented 5 years ago

Change-Id: I36b460d1a95b4f063ccd329d2058e4e80ebb71c0

codecov[bot] commented 5 years ago

Codecov Report

Merging #37 into master will increase coverage by 0.13%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #37      +/-   ##
============================================
+ Coverage     75.19%   75.33%   +0.13%     
- Complexity      495      498       +3     
============================================
  Files            48       48              
  Lines          1657     1662       +5     
  Branches        252      253       +1     
============================================
+ Hits           1246     1252       +6     
  Misses          300      300              
+ Partials        111      110       -1
Impacted Files Coverage Δ Complexity Δ
...ava/com/baidu/hugegraph/version/CommonVersion.java 50% <ø> (ø) 1 <0> (ø) :arrow_down:
...in/java/com/baidu/hugegraph/testutil/Whitebox.java 89.61% <100%> (+0.72%) 22 <4> (+2) :arrow_up:
.../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 f8e65f8...4f1ba09. Read the comment docs.