diff options
author | 2023-05-31 11:07:57 +0000 | |
---|---|---|
committer | 2023-05-31 11:07:57 +0000 | |
commit | 53ae115e95876f8b51a142574cbf308f42cccbc6 (patch) | |
tree | 15b5d5b22ec4df344807e4904005999f6c1d6246 /cps-ri/pom.xml | |
parent | d123807549a7f4670ecd273641c46ed101f62893 (diff) | |
parent | 2696de664b097c8dceb4332e9896417835e77178 (diff) |
Merge "Add <,> operators support to cps-path"
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 25dc91c6fd..aa86a7fc06 100644 --- a/cps-ri/pom.xml +++ b/cps-ri/pom.xml @@ -33,7 +33,7 @@ <artifactId>cps-ri</artifactId>
<properties>
- <minimum-coverage>0.54</minimum-coverage>
+ <minimum-coverage>0.53</minimum-coverage>
<!-- Additional coverage is provided by integration-test module -->
</properties>
|