AnyhowStep / sql-compiler

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

Improve parser 00 #8

Closed AnyhowStep closed 3 years ago

codecov-commenter commented 3 years ago

Codecov Report

Merging #8 (589736e) into master (07d7f61) will decrease coverage by 0.95%. The diff coverage is 88.84%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #8      +/-   ##
==========================================
- Coverage   92.41%   91.46%   -0.96%     
==========================================
  Files         476      520      +44     
  Lines       12713    13588     +875     
  Branches     1699     1847     +148     
==========================================
+ Hits        11749    12428     +679     
- Misses        730      927     +197     
+ Partials      234      233       -1     
Impacted Files Coverage Δ
src/grammar-runtime/parser.ts 17.34% <15.15%> (-55.52%) :arrow_down:
src/scanner-2/scan-util.ts 71.64% <25.00%> (+0.89%) :arrow_up:
src/scanner-2/scan-all.ts 40.29% <40.00%> (+1.82%) :arrow_up:
src/grammar-builder/node-types.ts 90.90% <85.71%> (-1.20%) :arrow_down:
src/grammar-runtime/parser-2.ts 88.31% <88.31%> (ø)
src/grammar-builder/build-grammar.ts 83.72% <90.69%> (+16.19%) :arrow_up:
src/grammar-builder/grammar.ts 84.00% <100.00%> (+27.13%) :arrow_up:
src/grammar-runtime/grammar.ts 93.93% <100.00%> (+1.08%) :arrow_up:
src/grammar-runtime/index.ts 100.00% <100.00%> (ø)
src/mysql-grammar-2/expression/bit-expression.ts 100.00% <100.00%> (ø)
... and 95 more

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 07d7f61...589736e. Read the comment docs.