1. Deployment projects
  2. Deploy Trunk Nightly
  3. Releases

Release: openmrs-trunk-1352

INCOMPLETE
Deploys nightly Demo and publishes nightly to sourceforge

Commits

Comparison is available only for releases created from the same branch as this release.

This release
Author Commit Message Commit date
Wyclif Luyima Wyclif Luyima fcae7dd3df36dc30d0ffed131663f4f4f8de9edc Merge pull request #1851 from preethi29/TRUNK-4955
Obs.setObsDateTime makes obs dirty even when date is not changed, since one date is of java.sql.timestamp type - TRUNK-4955
Daniel Kayiwa Daniel Kayiwa cc3b5a7aedb57bced3c98e62bedee789a5334f87 Merge pull request #1853 from teleivo/TRUNK-1916
TRUNK-1916 Add coveralls.io badge to readme
teleivo <mrteleivo@gmail.com> teleivo <mrteleivo@gmail.com> 33f939fed74f68a37c8628a051250c4acc89af61 TRUNK-1916 Add coveralls.io badge to readme
Add coveralls.io badge to readme to show current coverage
Daniel Kayiwa Daniel Kayiwa 0819868e2163b17472abef2090b5fbf7525caff7 Merge pull request #1852 from teleivo/TRUNK-1916
TRUNK-1916 Code coverage and Test report for OpenMRS
teleivo <mrteleivo@gmail.com> teleivo <mrteleivo@gmail.com> ae27098f33dbfc09eedd2cc9a987aae122615e60 TRUNK-1916 Code coverage and Test report for OpenMRS
* 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 generates coverage for api and web projects
Preethi <preethi.ms34@gmail.com> Preethi <preethi.ms34@gmail.com> ae677ec09e1e5a5b8622a00097405641ef7cccd7 TRUNK-4955 | Obs not made dirty when obsdatetime is set with same value but compared against timestamp instance