alexa-js / alexa-verifier-middleware

An express middleware that verifies HTTP requests sent to an Alexa skill are sent from Amazon.
MIT License
31 stars 6 forks source link

Add code coverage #11

Closed tejashah88 closed 7 years ago

tejashah88 commented 7 years ago

Might be a good idea to add code coverage to keep consistency with all the other alexa-js libraries.

dblock commented 7 years ago

Go for it!

tejashah88 commented 7 years ago

Since I'm not in control of adding code coverage from coveralls.io, here's a link to see how to set it up.

dblock commented 7 years ago

You still have to do the code, see https://github.com/alexa-js/alexa-app-server/pull/29. I can enable it with a click after.

tejashah88 commented 7 years ago

Resolved with #13.