diff options
author | Ravi Geda <gravik@amdocs.com> | 2019-04-01 13:27:57 +0100 |
---|---|---|
committer | Tian Lee <TianL@amdocs.com> | 2019-04-01 13:22:28 +0000 |
commit | 0338683186c994d579b1ec297604dba59df73dff (patch) | |
tree | c40c89b73ced319ec7ed614242c9f4f6c7b60c66 /champ-lib/champ-core | |
parent | 2587d778f8f2894b9abc60c5ac22c7f8bab5d71d (diff) |
Enforce minimum Jacoco line coverage
Change-Id: I27e1cf95384ebe5213f4a0f082a1a4360af2675c
Issue-ID: AAI-2305
Signed-off-by: Ravi Geda <gravik@amdocs.com>
Diffstat (limited to 'champ-lib/champ-core')
-rw-r--r-- | champ-lib/champ-core/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/champ-lib/champ-core/pom.xml b/champ-lib/champ-core/pom.xml index ada6905..5779296 100644 --- a/champ-lib/champ-core/pom.xml +++ b/champ-lib/champ-core/pom.xml @@ -32,6 +32,12 @@ limitations under the License. <groupId>org.onap.aai.champ.champ-lib</groupId> <artifactId>champ-core</artifactId> + + <properties> + <!-- Minimum code coverage percentage. Please update this figure as coverage increases to prevent any drops in + coverage caused by new changes. Note that this figure cannot be lower than the ONAP requirement of 0.55 --> + <jacoco.line.coverage.limit>0.81</jacoco.line.coverage.limit> + </properties> <dependencies> <!-- Event Bus Library. --> |