dwyl / hapi-postgres-connection

:zap: Creates a PostgreSQL Connection (Pool) available anywhere in your Hapi App
GNU General Public License v2.0
40 stars 13 forks source link

adds if/else discussed to check for valid postgres connection #13

Closed nelsonic closed 8 years ago

nelsonic commented 8 years ago

see: https://github.com/dwyl/hapi-postgres-connection/issues/12

codecov-io commented 8 years ago

Current coverage is 100.00%

Merging #13 into master will not affect coverage as of 5129285

@@            master     #13   diff @@
======================================
  Files            1       1       
  Stmts           24      30     +6
  Branches         0       0       
  Methods          0       0       
======================================
+ Hit             24      30     +6
  Partial          0       0       
  Missed           0       0       

Review entire Coverage Diff as of 5129285

Powered by Codecov. Updated on successful CI builds.

nelsonic commented 8 years ago

@iteles, please review/merge. thanks.

iteles commented 8 years ago

Hooray!