commit | 3e38d766da84e08254ec1b736ae342d850f9d5be | [log] [tgz] |
---|---|---|
author | Claudio David Gasparini <claudio.gasparini@pantheon.tech> | Fri Jan 15 14:08:34 2021 +0100 |
committer | Claudio David Gasparini <claudio.gasparini@pantheon.tech> | Fri Jan 15 17:26:20 2021 +0100 |
tree | 824b90f47614be16e61aba7ed4a1090c7ef0a4aa | |
parent | a16c3fb5f7f0bbe7bda9e4f21f71a3e958ed523f [diff] |
Configure coverage per module for cps-service Set global minimum to 90 % coverage Set specific minimum for cps-service, once achieved the 90 all modules should respect this minimum Issue-ID: CPS-87 Signed-off-by: Claudio David Gasparini <claudio.gasparini@pantheon.tech> Change-Id: I29172e47b907d596ffe983ff16429f44e44f8913
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