basnijholt/miflora

re-configure project in github to use TravisCI and Coverall

Closed this issue · 6 comments

In other projects all pull requests are automatically built by TravisCI, so that you immediately see if the project is still working and all the coding conventions were followed. It would be nice to also have that here. I already provided an initial .travis.yml.

It would also be nice to have Coveralls report the code coverage of the tests.

⚠️ You probably need some special permissions in github to do this.

For the TravisCI you should just enable the project in their web interface, the same for Coveralls.io. See step 2 of the Getting Started guide for Travis CI. It's similar for Coveralls.io, just log in to it and enable it for this repo.

Hey @open-homeautomation can you please do the steps proposed by @fuzzmz ? It seems that I do not have the permissions to do so...

Coveralls setup is now fixed (see #56). We're ready to enable TravisCI and Coveralls.

@open-homeautomation can you please enable TravisCI and Coveralls? I do not have the permissions to do this on this repo...

TravisCI and coveralls have been enabled for this repository

is working. thx.