Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from
Sep 5, 2019

Conversation

javeme
Copy link
Contributor

@javeme javeme commented Sep 5, 2019

Change-Id: I36b460d1a95b4f063ccd329d2058e4e80ebb71c0

Change-Id: I36b460d1a95b4f063ccd329d2058e4e80ebb71c0
@codecov
Copy link

codecov bot commented Sep 5, 2019

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> (ø) ⬇️
...in/java/com/baidu/hugegraph/testutil/Whitebox.java 89.61% <100%> (+0.72%) 22 <4> (+2) ⬆️
.../main/java/com/baidu/hugegraph/event/EventHub.java 81.94% <0%> (+1.38%) 27% <0%> (+1%) ⬆️

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.

Change-Id: I9ba8e8f610cdb34d837766e1ef3aef49d28045c4
@zhoney zhoney merged commit 41bc25c into master Sep 5, 2019
@zhoney zhoney deleted the fix-white-box-invoke branch September 5, 2019 06:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants