AnyhowStep / sql-compiler

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

More tests and stuff #10

Closed AnyhowStep closed 3 years ago

codecov-commenter commented 3 years ago

Codecov Report

Merging #10 (37d63bb) into master (0075f93) will increase coverage by 0.12%. The diff coverage is 86.86%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #10      +/-   ##
==========================================
+ Coverage   91.26%   91.39%   +0.12%     
==========================================
  Files         540      547       +7     
  Lines       13734    14068     +334     
  Branches     1833     1848      +15     
==========================================
+ Hits        12535    12857     +322     
- Misses        967      975       +8     
- Partials      232      236       +4     
Impacted Files Coverage Δ
src/mysql-grammar-2/compiled-grammar.generated.ts 100.00% <ø> (ø)
src/mysql-grammar-2/data-type/data-type.ts 100.00% <ø> (ø)
src/grammar-builder/build-grammar.ts 9.92% <2.85%> (-0.76%) :arrow_down:
src/scanner-2/scan-all.ts 49.09% <33.33%> (+3.26%) :arrow_up:
src/grammar-builder/grammar.ts 83.60% <72.72%> (+0.91%) :arrow_up:
src/grammar-runtime-3/parser-2.ts 81.30% <76.66%> (-0.93%) :arrow_down:
src/mysql-grammar-2/rule-util.ts 96.42% <90.90%> (-3.58%) :arrow_down:
src/grammar-runtime-3/grammar.ts 95.23% <100.00%> (+0.79%) :arrow_up:
src/mysql-grammar-2/custom-extras.ts 100.00% <100.00%> (ø)
src/mysql-grammar-2/expression/bit-expression.ts 100.00% <100.00%> (ø)
... and 40 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 0075f93...37d63bb. Read the comment docs.