pingcap / failpoint

An implementation of failpoints for Golang.
Apache License 2.0
817 stars 63 forks source link

code: improve expr_rewriter test coverage #15

Closed lonng closed 5 years ago

lonng commented 5 years ago

Signed-off-by: Lonng chris@lonng.org

What problem does this PR solve?

Improve test coverage.

What is changed and how it works?

Improve test coverage.

Check List

Tests

Side effects

N/A

Related changes

N/A

codecov[bot] commented 5 years ago

Codecov Report

Merging #15 into master will increase coverage by 9.6221%. The diff coverage is 90%.

@@               Coverage Diff                @@
##             master        #15        +/-   ##
================================================
+ Coverage   57.8143%   67.4364%   +9.6221%     
================================================
  Files             7          7                
  Lines           851        866        +15     
================================================
+ Hits            492        584        +92     
+ Misses          262        198        -64     
+ Partials         97         84        -13
lonng commented 5 years ago

PTAL @kennytm @amyangfei

lonng commented 5 years ago

Ping @amyangfei