Builds and runs unit tests. More details of the release in https://wiki.openmrs.org/x/i4DTAw

Build: #629 was successful Changes by teleivo <mrteleivo@gmail.com> and Daniel Kayiwa

Stages & jobs

  1. Default Stage

  2. Release

    Requires a user to start manually

Code commits

openmrs-module-webservices.rest

  • Daniel Kayiwa

    Daniel Kayiwa f2797fdba24abfe44de6fb986317c0f3f7dac232

    Merge pull request #236 from teleivo/RESTWS-584
    RESTWS-584 Add jacoco + coveralls.io test coverage

  • teleivo <mrteleivo@gmail.com>

    teleivo <mrteleivo@gmail.com> d612433a242f0c4e7d2a9573a10efc0b845ea4a2

    RESTWS-584 Add jacoco + coveralls.io 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
    * added coverage badge to README

    * jacoco only generates coverage for omod and omod-common for now since omod-1.8, omod-1.9, ...
    do not have a build section in their pom.xml

    • .travis.yml (version d612433a242f0c4e7d2a9573a10efc0b845ea4a2)
    • README.md (version d612433a242f0c4e7d2a9573a10efc0b845ea4a2)
    • omod-common/pom.xml (version d612433a242f0c4e7d2a9573a10efc0b845ea4a2)
    • omod/pom.xml (version d612433a242f0c4e7d2a9573a10efc0b845ea4a2)
    • pom.xml (version d612433a242f0c4e7d2a9573a10efc0b845ea4a2)