AnyhowStep / sql-compiler

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

Added GET_FORMAT tests; added new error handling modes like greedySki… #37

Closed AnyhowStep closed 3 years ago

AnyhowStep commented 3 years ago

…pExpectation

codecov-commenter commented 3 years ago

Codecov Report

Merging #37 (81a3d3a) into master (686ccd5) will decrease coverage by 0.08%. The diff coverage is 78.21%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #37      +/-   ##
==========================================
- Coverage   91.69%   91.60%   -0.09%     
==========================================
  Files         552      552              
  Lines       14404    14477      +73     
  Branches     1936     1956      +20     
==========================================
+ Hits        13208    13262      +54     
- Misses        945      959      +14     
- Partials      251      256       +5     
Impacted Files Coverage Δ
src/grammar-builder/build-grammar.ts 9.45% <0.00%> (-0.13%) :arrow_down:
src/mysql-grammar-2/compiled-grammar.generated.ts 100.00% <ø> (ø)
src/mysql-grammar-2/expression/predicate.ts 100.00% <ø> (ø)
...rc/mysql-grammar-2/expression/simple-expression.ts 100.00% <ø> (ø)
src/mysql-grammar-2/grammar.ts 100.00% <ø> (ø)
src/grammar-runtime-3/to-string.ts 88.31% <50.00%> (-3.36%) :arrow_down:
src/grammar-builder/grammar.ts 76.28% <53.84%> (-3.48%) :arrow_down:
src/grammar-runtime-3/parser-2.ts 77.17% <81.96%> (+0.28%) :arrow_up:
src/grammar-runtime-3/grammar.ts 95.34% <100.00%> (+0.11%) :arrow_up:
...ql-grammar-2/expression/function-call/arguments.ts 100.00% <100.00%> (ø)
... and 7 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 686ccd5...81a3d3a. Read the comment docs.