commit | d45b2dc0ec3bb7d56ef1eee784a887459f609832 | [log] [tgz] |
---|---|---|
author | Claudio David Gasparini <claudio.gasparini@pantheon.tech> | Wed Jan 13 13:28:07 2021 +0100 |
committer | Claudio David Gasparini <claudio.gasparini@pantheon.tech> | Thu Jan 14 12:47:12 2021 +0100 |
tree | 7847917be4cdd4ae5f8f6439f525c68c355b665b | |
parent | dc6f81cf4ce3c42e711f1cd0c6f50000d4e0101d [diff] |
Fix code coverage for sonar The get the multi module aggregate report to be consumed by sonar we are enforced to use full path to all reports. - 90.4 % coverage detected by sonar achieved Issue-ID: CPS-87 Signed-off-by: Claudio David Gasparini <claudio.gasparini@pantheon.tech> Change-Id: I91d81063e7234327cb4458c31fa27601ec22e9cd
This folder contains all files for Configuration Persistence Service.
The code here is related to CPS POC, then it must be kept self contained in this cps folder to prevent any impact on current ccsdk components and to be ready to be moved in its own repo once CPS becomes a standalone project.
CREATE USER cps WITH PASSWORD 'cps'; CREATE DATABASE cpsdb OWNER cps;
mvn clean package
java -DDB_HOST=localhost -DDB_USERNAME=cps -DDB_PASSWORD=cps -jar cps-rest/target/cps-rest-0.0.1-SNAPSHOT.jar