alexa-js / alexa-app

A framework for Alexa (Amazon Echo) apps using Node.js
https://www.youtube.com/watch?v=pzM4jv7k7Rg
MIT License
1.03k stars 212 forks source link

Add coveralls as a check for pull requests #344

Closed kobim closed 6 years ago

kobim commented 6 years ago

Following #330, I added coveralls as a status check on pull requests, so we will be able to understand if coverage increased/decreased before we merge (and act accordingly).

In the process, I added/fixed tests to make sure all the branches of the code will get called - reached to 100% coverage across all parameters.

dblock commented 6 years ago

👍