AnyhowStep / sql-compiler

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

Added more coverage, fiddled with parser some more. Should consider t… #23

Closed AnyhowStep closed 3 years ago

AnyhowStep commented 3 years ago

…hrowing the whole alg out and start from scratch again

codecov-commenter commented 3 years ago

Codecov Report

Merging #23 (f0cfc77) into master (deee3cc) will decrease coverage by 0.34%. The diff coverage is 32.09%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #23      +/-   ##
==========================================
- Coverage   91.73%   91.38%   -0.35%     
==========================================
  Files         551      551              
  Lines       14126    14192      +66     
  Branches     1862     1882      +20     
==========================================
+ Hits        12959    12970      +11     
- Misses        933      985      +52     
- Partials      234      237       +3     
Impacted Files Coverage Δ
src/grammar-builder/build-grammar.ts 9.52% <0.00%> (-0.14%) :arrow_down:
src/grammar-runtime-3/grammar.ts 95.23% <ø> (ø)
src/mysql-grammar-2/compiled-grammar.generated.ts 100.00% <ø> (ø)
src/grammar-runtime-3/parser-2.ts 76.15% <24.24%> (-5.71%) :arrow_down:
src/grammar-builder/grammar.ts 76.25% <25.00%> (-2.70%) :arrow_down:
...nt/partition/multiton-list-partition-definition.ts 100.00% <100.00%> (ø)
...statement/partition/partition-definition-option.ts 100.00% <100.00%> (ø)
...-2/statement/partition/sub-partition-definition.ts 100.00% <100.00%> (ø)
src/mysql-grammar-2/syntax-kind.generated.ts 100.00% <100.00%> (ø)

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 deee3cc...f0cfc77. Read the comment docs.