diff options
author | mpriyank <priyank.maheshwari@est.tech> | 2023-08-18 11:34:08 +0100 |
---|---|---|
committer | mpriyank <priyank.maheshwari@est.tech> | 2023-08-18 11:34:14 +0100 |
commit | 0fe6396dbf0f95afd1fc3b822b8a6e1a0135aa0b (patch) | |
tree | 35811f2ac625fa7fc3389c8d9217d76ebb804ca5 | |
parent | 4303e5e87086e72a1a494968b0b426ca9fc46b30 (diff) |
Bring back coverage to 1.00 for ncmp-rest
Issue-ID: CPS-1832
Change-Id: I1704060d0cd56d7c2d2fb7b932a8142d3940120b
Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
-rw-r--r-- | cps-ncmp-rest/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cps-ncmp-rest/pom.xml b/cps-ncmp-rest/pom.xml index 63c5f16d04..e60e17418b 100644 --- a/cps-ncmp-rest/pom.xml +++ b/cps-ncmp-rest/pom.xml @@ -34,7 +34,7 @@ <artifactId>cps-ncmp-rest</artifactId> <properties> - <minimum-coverage>0.99</minimum-coverage> + <minimum-coverage>1.00</minimum-coverage> </properties> <dependencies> |