AnyhowStep / tsql

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

Added STDDEV_POP() tests #280

Closed AnyhowStep closed 4 years ago

codecov-io commented 4 years ago

Codecov Report

Merging #280 into master will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #280      +/-   ##
==========================================
+ Coverage   95.72%   95.72%   +<.01%     
==========================================
  Files        1133     1133              
  Lines       58479    58512      +33     
  Branches     2987     2987              
==========================================
+ Hits        55978    56011      +33     
  Misses       2495     2495              
  Partials        6        6
Impacted Files Coverage Δ
src/expr-library/double/aggregate/min.ts 100% <100%> (ø) :arrow_up:
src/expr-library/double/aggregate/sum.ts 100% <100%> (ø) :arrow_up:
src/expr-library/double/aggregate/avg.ts 100% <100%> (ø) :arrow_up:
src/expr-library/double/aggregate/max.ts 100% <100%> (ø) :arrow_up:
src/expr-library/double/aggregate/stddev-pop.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 1038ef1...0e1b883. Read the comment docs.