OneBusAway / onebusaway-alexa

An Java-based app to communicate with Amazon Alexa for devices such as the Amazon Echo
Other
52 stars 18 forks source link

Integrate with coveralls.io #24

Closed philipmw closed 8 years ago

philipmw commented 8 years ago

Coveralls.io helps with test quality by measuring code coverage. Like Travis CI, it is free for open-source projects. I'd like us to integrate with it.

I would start with these instructions for integrating JUnit, Jacoco, and Maven. Then we would add an existing Maven plugin that submits the Jacoco report to Coveralls using their API.

barbeau commented 8 years ago

:+1:

philipmw commented 8 years ago

@barbeau, can you either sign up this project on coveralls.io, or give me access to do so?

barbeau commented 8 years ago

Ok, should be all set, I just signed up. Let me know if you need anything else, or have problems accessing the account.

barbeau commented 8 years ago

Fixed via https://github.com/OneBusAway/onebusaway-alexa/pull/26