AnyhowStep / sql-compiler

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

Added tests for KeywordFunctionCall; added field checks and field err… #32

Closed AnyhowStep closed 3 years ago

AnyhowStep commented 3 years ago

…ors to parser

codecov-commenter commented 3 years ago

Codecov Report

Merging #32 (4372125) into master (26665c6) will increase coverage by 0.03%. The diff coverage is 81.39%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #32      +/-   ##
==========================================
+ Coverage   91.60%   91.63%   +0.03%     
==========================================
  Files         551      551              
  Lines       14286    14327      +41     
  Branches     1904     1919      +15     
==========================================
+ Hits        13086    13128      +42     
+ Misses        958      950       -8     
- Partials      242      249       +7     
Impacted Files Coverage Δ
src/grammar-builder/build-grammar.ts 9.58% <ø> (+0.06%) :arrow_up:
src/grammar-runtime-3/grammar.ts 95.23% <ø> (ø)
src/mysql-grammar-2/compiled-grammar.generated.ts 100.00% <ø> (ø)
...rc/mysql-grammar-2/expression/simple-expression.ts 100.00% <ø> (ø)
...ment/partition/list-partition-by-column-tuple-2.ts 100.00% <ø> (ø)
src/grammar-builder/grammar.ts 77.77% <50.00%> (-0.98%) :arrow_down:
src/grammar-runtime-3/parser-2.ts 76.02% <71.87%> (+1.11%) :arrow_up:
src/grammar-runtime-3/to-string.ts 91.66% <80.00%> (-4.42%) :arrow_down:
...ql-grammar-2/expression/function-call/arguments.ts 100.00% <100.00%> (ø)
.../expression/function-call/keyword-function-call.ts 100.00% <100.00%> (ø)
... and 5 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 26665c6...4372125. Read the comment docs.