AnyhowStep / sql-compiler

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

Added GROUP_CONCAT(), PIPES_AS_CONCAT #44

Closed AnyhowStep closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #44 (1ac31b6) into master (727f988) will increase coverage by 0.01%. The diff coverage is 96.42%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #44      +/-   ##
==========================================
+ Coverage   91.61%   91.62%   +0.01%     
==========================================
  Files         556      557       +1     
  Lines       14858    14885      +27     
  Branches     2018     2021       +3     
==========================================
+ Hits        13612    13639      +27     
  Misses        990      990              
  Partials      256      256              
Impacted Files Coverage Δ
src/mysql-grammar-2/compiled-grammar.generated.ts 100.00% <ø> (ø)
src/mysql-grammar-2/expression/expression.ts 100.00% <ø> (ø)
src/scanner-2/lexer-settings.ts 100.00% <ø> (ø)
src/scanner-2/scan-all.ts 88.97% <75.00%> (-0.28%) :arrow_down:
...xpression/function-call/aggregate-function-call.ts 100.00% <100.00%> (ø)
...ql-grammar-2/expression/function-call/arguments.ts 100.00% <100.00%> (ø)
...rc/mysql-grammar-2/expression/simple-expression.ts 100.00% <100.00%> (ø)
src/mysql-grammar-2/misc/order.ts 100.00% <100.00%> (ø)
src/mysql-grammar-2/rules.generated.ts 100.00% <100.00%> (ø)
src/mysql-grammar-2/syntax-kind.generated.ts 100.00% <100.00%> (ø)
... and 4 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 727f988...1ac31b6. Read the comment docs.