wbotelhos / rating

:star: A true Bayesian rating system with scope and cache enabled
https://wbotelhos.com
MIT License
72 stars 20 forks source link

Get Postgres running #12

Closed petergoldstein closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #12 (88d15ff) into master (09d934c) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##            master       #12   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            5         5           
  Lines          144       144           
=========================================
  Hits           144       144           

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 09d934c...88d15ff. Read the comment docs.

petergoldstein commented 2 years ago

@wbotelhos As you can see, there's a consistent set of three failing specs on Postgres. I haven't had time to look into why. If you have ideas, that'd be appreciated.

wbotelhos commented 2 years ago

Hey @petergoldstein , could you review it? Unfortunately, was needed to use a conditional for the values since looks like the MySQL and PG keep different precisional internally.