AnyhowStep / tsql

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

Resolves #209; removed EquatableType entirely #267

Closed AnyhowStep closed 4 years ago

codecov-io commented 4 years ago

Codecov Report

Merging #267 into master will decrease coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #267      +/-   ##
==========================================
- Coverage   95.72%   95.72%   -0.01%     
==========================================
  Files        1133     1131       -2     
  Lines       58263    58252      -11     
  Branches     2983     2981       -2     
==========================================
- Hits        55774    55763      -11     
  Misses       2483     2483              
  Partials        6        6
Impacted Files Coverage Δ
src/index.ts 100% <ø> (ø) :arrow_up:
...control-flow/case-value/case-value-builder-impl.ts 100% <100%> (ø) :arrow_up:
src/expr-library/control-flow/case.ts 100% <100%> (ø) :arrow_up:
...ase-value/uninitialized-case-value-builder-impl.ts 100% <100%> (ø) :arrow_up:
...rary/control-flow/case-condition/case-condition.ts 100% <100%> (ø) :arrow_up:
...expr-library/control-flow/case-value/case-value.ts 100% <100%> (ø) :arrow_up:
...flow/case-condition/case-condition-builder-impl.ts 100% <100%> (ø) :arrow_up:
...ition/uninitialized-case-condition-builder-impl.ts 100% <100%> (ø) :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 a5cb53f...3426a77. Read the comment docs.