alibaba / innodb-java-reader

A library and command-line tool to access MySQL InnoDB data file directly in Java
Apache License 2.0
462 stars 115 forks source link

to issue#2 Make InnodbReaderBootstrap easy to integrated. #3

Closed shenh062326 closed 4 years ago

CLAassistant commented 4 years ago

CLA assistant check
All committers have signed the CLA.

codecov-commenter commented 4 years ago

Codecov Report

Merging #3 into master will decrease coverage by 0.02%. The diff coverage is 66.66%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master       #3      +/-   ##
============================================
- Coverage     81.40%   81.37%   -0.03%     
- Complexity     1007     1008       +1     
============================================
  Files            87       87              
  Lines          3882     3887       +5     
  Branches        506      506              
============================================
+ Hits           3160     3163       +3     
- Misses          511      513       +2     
  Partials        211      211              
Impacted Files Coverage Δ Complexity Δ
.../innodb/java/reader/cli/InnodbReaderBootstrap.java 83.47% <66.66%> (-0.34%) 69.00 <1.00> (+1.00) :arrow_down:

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 8d0d5e0...be9dd75. Read the comment docs.

neoremind commented 4 years ago

LGTM