AnyhowStep / sql-compiler

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

Too many things #9

Closed AnyhowStep closed 3 years ago

codecov-commenter commented 3 years ago

Codecov Report

Merging #9 (0075f93) into master (589736e) will decrease coverage by 0.19%. The diff coverage is 90.06%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #9      +/-   ##
==========================================
- Coverage   91.46%   91.26%   -0.20%     
==========================================
  Files         520      540      +20     
  Lines       13588    13734     +146     
  Branches     1847     1833      -14     
==========================================
+ Hits        12428    12535     +107     
- Misses        927      967      +40     
+ Partials      233      232       -1     
Impacted Files Coverage Δ
src/grammar-builder/build-grammar.ts 10.68% <0.00%> (-73.04%) :arrow_down:
...rammar-builder/generate-typescript-declarations.ts 13.04% <0.00%> (ø)
src/grammar-runtime-3/index.ts 100.00% <ø> (ø)
src/grammar-runtime-3/to-string.ts 97.95% <ø> (ø)
src/grammar-runtime-3/walk.ts 39.28% <ø> (ø)
src/mysql-grammar-2/compiled-grammar.generated.ts 100.00% <ø> (ø)
...rc/mysql-grammar-2/expression/simple-expression.ts 100.00% <ø> (ø)
src/mysql-grammar-2/grammar.ts 100.00% <ø> (ø)
...t/create-table-statement/create-table-statement.ts 100.00% <ø> (ø)
...c/mysql-grammar-2/statement/statement/statement.ts 100.00% <ø> (ø)
... and 64 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 589736e...0075f93. Read the comment docs.