AnyhowStep / sql-compiler

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

Added more function call tests #39

Closed AnyhowStep closed 3 years ago

codecov-commenter commented 3 years ago

Codecov Report

Merging #39 (2148ff5) into master (7c8e903) will increase coverage by 0.04%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #39      +/-   ##
==========================================
+ Coverage   91.61%   91.65%   +0.04%     
==========================================
  Files         552      553       +1     
  Lines       14484    14494      +10     
  Branches     1956     1956              
==========================================
+ Hits        13269    13285      +16     
+ Misses        959      954       -5     
+ Partials      256      255       -1     
Impacted Files Coverage Δ
src/mysql-grammar-2/compiled-grammar.generated.ts 100.00% <ø> (ø)
...rammar-2/expression/function-call/function-call.ts 100.00% <ø> (ø)
...ression/function-call/non-keyword-function-call.ts 100.00% <ø> (ø)
...ql-grammar-2/expression/function-call/arguments.ts 100.00% <100.00%> (ø)
...expression/function-call/conflict-function-call.ts 100.00% <100.00%> (ø)
.../mysql-grammar-2/expression/interval-expression.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%> (ø)
src/grammar-runtime-3/parser-2.ts 77.88% <0.00%> (+0.71%) :arrow_up:

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 7c8e903...2148ff5. Read the comment docs.