dwyl / hapi-socketio-redis-chat-example

:speech_balloon: Real-time Chat using Hapi.js + Socket.io + Redis Pub/Sub (example with tests!!)
GNU General Public License v2.0
364 stars 73 forks source link

Hapi v16 and linting with goodparts #75

Closed nelsonic closed 7 years ago

nelsonic commented 7 years ago

This PR includes the following:

@iteles please review/merge when you can (low priority, but good to get in at some point today... thanks!)

codecov-io commented 7 years ago

Current coverage is 100% (diff: 100%)

Merging #75 into master will not change coverage

@@           master   #75   diff @@
===================================
  Files           3     3          
  Lines          47    52     +5   
  Methods         0     0          
  Messages        0     0          
  Branches        0     0          
===================================
+ Hits           47    52     +5   
  Misses          0     0          
  Partials        0     0          

Powered by Codecov. Last update 90d4aff...c0b8508

iteles commented 7 years ago

Sorry for the delay, this looks great!