Merge pull request #59 from teleivo/LUI-96 LUI-96 Add github PR integration for test coverage
teleivo <mrteleivo@gmail.com>
ea7a3c00e975725951be33e0bfa30649a9ef78fd
LUI-96 Add github PR integration for test coverage
* add jacoco maven plugin for generating coverage reports
* add coveralls maven plugin to send jacoco reports to coveralls.io
* add travis after_success command to send jacoco reports to coveralls.io after
successful builds
* jacoco and coverals are configured in root pom pluginmanagement
* jacoco only generates coverage for omod/ for now since there are no tests in
api/
* added coverage badge