AnyhowStep / sql-compiler

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

Added more aggregate functions, improved build grammar times #43

Closed AnyhowStep closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #43 (f712dde) into master (636020d) will decrease coverage by 0.15%. The diff coverage is 65.90%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #43      +/-   ##
==========================================
- Coverage   91.76%   91.61%   -0.16%     
==========================================
  Files         556      556              
  Lines       14829    14858      +29     
  Branches     2013     2018       +5     
==========================================
+ Hits        13608    13612       +4     
- Misses        967      990      +23     
- Partials      254      256       +2     
Impacted Files Coverage Δ
src/grammar-builder/build-grammar.ts 8.64% <0.00%> (-0.34%) :arrow_down:
...rammar-builder/generate-typescript-declarations.ts 13.04% <0.00%> (ø)
src/grammar-runtime-3/to-string.ts 86.07% <0.00%> (-2.24%) :arrow_down:
src/mysql-grammar-2/compiled-grammar.generated.ts 100.00% <ø> (ø)
src/mysql-grammar-2/grammar.ts 100.00% <ø> (ø)
src/scanner-2/scan-all.ts 89.25% <ø> (+0.32%) :arrow_up:
src/grammar-builder/node-types.ts 2.84% <6.25%> (+0.91%) :arrow_up:
src/grammar-runtime-3/parser-2.ts 77.19% <50.00%> (-0.07%) :arrow_down:
...-grammar-2/data-type/character-data-type-option.ts 100.00% <100.00%> (ø)
src/mysql-grammar-2/data-type/data-type.ts 100.00% <100.00%> (ø)
... and 29 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 636020d...f712dde. Read the comment docs.