AnyhowStep / sql-compiler

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

Improved iterative expansion of error states in parsing. Parse result… #24

Closed AnyhowStep closed 3 years ago

AnyhowStep commented 3 years ago

…s are mostly better now

codecov-commenter commented 3 years ago

Codecov Report

Merging #24 (4912d85) into master (deee3cc) will decrease coverage by 0.48%. The diff coverage is 51.97%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #24      +/-   ##
==========================================
- Coverage   91.73%   91.25%   -0.49%     
==========================================
  Files         551      551              
  Lines       14126    14257     +131     
  Branches     1862     1898      +36     
==========================================
+ Hits        12959    13010      +51     
- Misses        933     1003      +70     
- Partials      234      244      +10     
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% <ø> (ø)
...l-grammar-2/statement/partition/range-partition.ts 100.00% <ø> (ø)
src/grammar-builder/grammar.ts 76.25% <25.00%> (-2.70%) :arrow_down:
src/grammar-runtime-3/parser-2.ts 74.90% <49.25%> (-6.97%) :arrow_down:
...ql-grammar-2/expression/function-call/arguments.ts 100.00% <100.00%> (ø)
...nt/partition/multiton-list-partition-definition.ts 100.00% <100.00%> (ø)
...statement/partition/partition-definition-option.ts 100.00% <100.00%> (ø)
.../partition/singleton-range-partition-definition.ts 100.00% <100.00%> (ø)
... and 3 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 22bbd90...4912d85. Read the comment docs.