AnyhowStep / tsql

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

Work related to #209; slowly removing all usages of EquatableType #265

Closed AnyhowStep closed 4 years ago

codecov-io commented 4 years ago

Codecov Report

Merging #265 into master will increase coverage by <.01%. The diff coverage is 98.5%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #265      +/-   ##
==========================================
+ Coverage   95.72%   95.72%   +<.01%     
==========================================
  Files        1133     1133              
  Lines       58254    58263       +9     
  Branches     2983     2983              
==========================================
+ Hits        55765    55774       +9     
  Misses       2483     2483              
  Partials        6        6
Impacted Files Coverage Δ
src/expr-library/equation/not-in-query.ts 93.47% <100%> (ø) :arrow_up:
.../expr-library/factory/make-null-safe-equation-1.ts 100% <100%> (ø) :arrow_up:
src/expr-library/factory/make-equation-2.ts 100% <100%> (ø) :arrow_up:
src/from-clause/util/operation/where-eq.ts 100% <100%> (ø) :arrow_up:
src/expr-library/equation/in-query.ts 93.18% <100%> (ø) :arrow_up:
src/expr-library/equation/not-in-array.ts 100% <100%> (ø) :arrow_up:
...rc/built-in-expr/util/predicate/assert-non-null.ts 100% <100%> (ø) :arrow_up:
src/expr-library/factory/make-equation-2-to-n.ts 100% <100%> (ø) :arrow_up:
src/expr-library/equation/in-array.ts 100% <100%> (ø) :arrow_up:
src/expr-library/equation/eq-primary-key.ts 100% <100%> (ø) :arrow_up:
... and 1 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 2c102a1...a5cb53f. Read the comment docs.