AnyhowStep / sql-compiler

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

Added HIGH_NOT_PRECEDENCE; added tests for EXTRACT() #35

Closed AnyhowStep closed 3 years ago

codecov-commenter commented 3 years ago

Codecov Report

Merging #35 (57ed638) into master (2049e5f) will increase coverage by 0.00%. The diff coverage is 92.30%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #35   +/-   ##
=======================================
  Coverage   91.68%   91.69%           
=======================================
  Files         551      552    +1     
  Lines       14387    14404   +17     
  Branches     1933     1936    +3     
=======================================
+ Hits        13191    13208   +17     
  Misses        945      945           
  Partials      251      251           
Impacted Files Coverage Δ
src/grammar-runtime-3/parser-2.ts 76.88% <0.00%> (ø)
src/mysql-grammar-2/compiled-grammar.generated.ts 100.00% <ø> (ø)
...grammar-2/expression/boolean-primary-expression.ts 100.00% <ø> (ø)
src/mysql-grammar-2/expression/expression.ts 100.00% <ø> (ø)
src/mysql-grammar-2/expression/predicate.ts 100.00% <ø> (ø)
...rc/mysql-grammar-2/expression/simple-expression.ts 100.00% <ø> (ø)
...reate-table-definition/column-definition-option.ts 100.00% <ø> (ø)
src/scanner-2/lexer-settings.ts 100.00% <ø> (ø)
src/scanner-2/scan-all.ts 88.83% <0.00%> (-0.42%) :arrow_down:
...ql-grammar-2/expression/function-call/arguments.ts 100.00% <100.00%> (ø)
... and 10 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 2049e5f...57ed638. Read the comment docs.