AnyhowStep / sql-compiler

An experimental SQL compiler
MIT License
0 stars 0 forks source link

Increased rule coverage for partition, started on expression #25

Closed AnyhowStep closed 3 years ago

codecov-commenter commented 3 years ago

Codecov Report

Merging #25 (2b59a1f) into master (ec4586b) will increase coverage by 0.05%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #25      +/-   ##
==========================================
+ Coverage   91.25%   91.30%   +0.05%     
==========================================
  Files         551      551              
  Lines       14257    14259       +2     
  Branches     1898     1898              
==========================================
+ Hits        13010    13019       +9     
+ Misses       1003      996       -7     
  Partials      244      244              
Impacted Files Coverage Δ
src/mysql-grammar-2/compiled-grammar.generated.ts 100.00% <ø> (ø)
src/mysql-grammar-2/expression/bit-expression.ts 100.00% <ø> (ø)
.../partition/singleton-range-partition-definition.ts 100.00% <100.00%> (ø)
src/mysql-grammar-2/syntax-kind.generated.ts 100.00% <100.00%> (ø)
src/scanner-2/scan-all.ts 68.89% <0.00%> (+3.34%) :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 ec4586b...2b59a1f. Read the comment docs.