AnyhowStep / tsql

A SQL query-builder/ORM
37 stars 3 forks source link

Equation tests 2 #230

Closed AnyhowStep closed 4 years ago

codecov-io commented 4 years ago

Codecov Report

Merging #230 into master will decrease coverage by <.01%. The diff coverage is 84.52%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #230      +/-   ##
==========================================
- Coverage   95.65%   95.64%   -0.01%     
==========================================
  Files        1144     1145       +1     
  Lines       57355    57434      +79     
  Branches     2982     2984       +2     
==========================================
+ Hits        54864    54934      +70     
- Misses       2485     2494       +9     
  Partials        6        6
Impacted Files Coverage Δ
src/expr-library/assert/throw-if-null.ts 100% <100%> (ø) :arrow_up:
src/query-base/util/operation/index.ts 100% <100%> (ø) :arrow_up:
src/query-base/util/operation/throw-if-null.ts 100% <100%> (ø)
src/unified-query/query-impl.ts 98.85% <100%> (+0.01%) :arrow_up:
src/ast/sqlfier/index.ts 100% <100%> (ø) :arrow_up:
src/ast/parentheses.ts 84.67% <44.44%> (-2.93%) :arrow_down:
src/error/execution-error.ts 73.94% <60%> (-2.29%) :arrow_down:
...e/is-zero-or-one-row-using-compound-query-limit.ts 100% <0%> (+26.66%) :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 efb247b...0460d0c. Read the comment docs.

AnyhowStep commented 4 years ago

The parenthesesSqlfier is exercised by tsql-mysql-5.7

AnyhowStep commented 4 years ago

ParseError is simple enough and shouldn't need tests