AnyhowStep / tsql

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

Refactored sql-related errors #249

Closed AnyhowStep closed 4 years ago

codecov-io commented 4 years ago

Codecov Report

Merging #249 into master will increase coverage by 0.02%. The diff coverage is 85.09%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #249      +/-   ##
=========================================
+ Coverage   95.68%   95.7%   +0.02%     
=========================================
  Files        1143    1151       +8     
  Lines       57879   57941      +62     
  Branches     2989    3001      +12     
=========================================
+ Hits        55379   55452      +73     
+ Misses       2494    2483      -11     
  Partials        6       6
Impacted Files Coverage Δ
src/execution/util/operation/count.ts 85.71% <0%> (-5.6%) :arrow_down:
src/error/expr/divide-by-zero.ts 100% <100%> (ø) :arrow_up:
...clean-insert-row/missing-required-insert-column.ts 100% <100%> (ø)
src/execution/util/operation/impl/ensure-one-or.ts 100% <100%> (ø) :arrow_up:
src/execution/util/operation-delete/delete-one.ts 100% <100%> (ø) :arrow_up:
src/error/execution/index.ts 100% <100%> (ø)
src/error/execution/row-not-found.ts 100% <100%> (ø)
src/error/expr/index.ts 100% <100%> (ø) :arrow_up:
src/execution/util/operation/impl/ensure-one.ts 100% <100%> (ø) :arrow_up:
...cution/util/operation-update/update-zero-or-one.ts 96.12% <100%> (ø) :arrow_up:
... and 24 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 9b9645c...d46a65d. Read the comment docs.