AnyhowStep / sql-compiler

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

Added some aggregate function calls #42

Closed AnyhowStep closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #42 (2249e5e) into master (02cc256) will decrease coverage by 0.02%. The diff coverage is 82.85%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #42      +/-   ##
==========================================
- Coverage   91.79%   91.76%   -0.03%     
==========================================
  Files         555      556       +1     
  Lines       14800    14829      +29     
  Branches     2013     2013              
==========================================
+ Hits        13585    13608      +23     
- Misses        961      967       +6     
  Partials      254      254              
Impacted Files Coverage Δ
src/grammar-builder/build-grammar.ts 8.97% <0.00%> (-0.24%) :arrow_down:
src/mysql-grammar-2/compiled-grammar.generated.ts 100.00% <ø> (ø)
...rammar-2/expression/function-call/function-call.ts 100.00% <ø> (ø)
...rc/mysql-grammar-2/expression/simple-expression.ts 100.00% <ø> (ø)
src/grammar-runtime-3/parser-2.ts 77.26% <100.00%> (-0.24%) :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%> (ø)
...ression/function-call/non-keyword-function-call.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 1 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 02cc256...2249e5e. Read the comment docs.