diff options
author | Rudrangi Anupriya <ra00745022@techmahindra.com> | 2023-04-13 22:49:06 +0530 |
---|---|---|
committer | Rudrangi Anupriya <ra00745022@techmahindra.com> | 2023-04-14 18:11:50 +0530 |
commit | c4621cbcb1f9aad97ba3389468546444d1e9f3dc (patch) | |
tree | 3d65556788ac1be9257ffe6d266f0f258ee9b6d1 /cps-ri/pom.xml | |
parent | 0bc4f677b59b616ebc5eb5e4fd9529ca2a497cf6 (diff) |
Add OR operator to cps-path
Issue-ID: CPS-1215
Change-Id: I91fdf5bddcc4fc12a8cf9dbce75f77c832c55871
Signed-off-by: Rudrangi Anupriya <ra00745022@techmahindra.com>
Diffstat (limited to 'cps-ri/pom.xml')
-rw-r--r-- | cps-ri/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cps-ri/pom.xml b/cps-ri/pom.xml index e9b2abb3f3..7ce24d960b 100644 --- a/cps-ri/pom.xml +++ b/cps-ri/pom.xml @@ -33,7 +33,7 @@ <artifactId>cps-ri</artifactId>
<properties>
- <minimum-coverage>0.82</minimum-coverage>
+ <minimum-coverage>0.80</minimum-coverage>
</properties>
<dependencies>
|