AnyhowStep / tsql

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

Integer aggregate tests #208

Closed AnyhowStep closed 4 years ago

codecov-io commented 4 years ago

Codecov Report

Merging #208 into master will increase coverage by 0.06%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #208      +/-   ##
==========================================
+ Coverage   95.53%   95.59%   +0.06%     
==========================================
  Files        1145     1145              
  Lines       56451    56516      +65     
  Branches     2976     2976              
==========================================
+ Hits        53929    54026      +97     
+ Misses       2516     2484      -32     
  Partials        6        6
Impacted Files Coverage Δ
src/operator-type.ts 100% <ø> (ø) :arrow_up:
src/expr-library/double/aggregate/min.ts 100% <100%> (ø) :arrow_up:
src/expr-library/integer/aggregate/min.ts 100% <100%> (ø) :arrow_up:
src/expr-library/integer/aggregate/avg.ts 100% <100%> (ø) :arrow_up:
src/expr-library/decimal/aggregate/max.ts 100% <100%> (+42.1%) :arrow_up:
src/expr-library/decimal/aggregate/min.ts 100% <100%> (+42.1%) :arrow_up:
src/expr-library/double/aggregate/max.ts 100% <100%> (ø) :arrow_up:
src/expr-library/integer/aggregate/sum.ts 100% <100%> (ø) :arrow_up:
src/expr-library/integer/aggregate/max.ts 100% <100%> (ø) :arrow_up:
src/execution/util/operation/assert-exists.ts 94.44% <0%> (ø) :arrow_up:
... and 7 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 20f674e...9091c7c. Read the comment docs.