diff options
author | shrikantawachar <shrikant.awachar@amdocs.com> | 2017-10-05 19:18:38 +0530 |
---|---|---|
committer | shrikantawachar <shrikant.awachar@amdocs.com> | 2017-10-17 14:23:19 +0530 |
commit | 98d09486699512549ae5db73c6895f8a9ddd0582 (patch) | |
tree | eb4373236d914a63de66b0ba34ffe15f28166e30 /openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-impl | |
parent | 93d9cc0a99f82a828a93012338f7eff3b271f7cb (diff) |
Code coverage using JaCoCO
Adding JaCoCo configuration to have code coverage
Change-Id: I1abab2bbc420be3190e8da7e848f066ae67a5aad
Issue-ID: SDC-437
Signed-off-by: shrikantawachar <shrikant.awachar@amdocs.com>
Diffstat (limited to 'openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-impl')
-rw-r--r-- | openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-impl/pom.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-impl/pom.xml b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-impl/pom.xml index e8c39065a9..9956dd0016 100644 --- a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-impl/pom.xml +++ b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-impl/pom.xml @@ -59,7 +59,6 @@ <systemPropertyVariables> <config.location>${project.basedir}/configuration</config.location> </systemPropertyVariables> - <skipTests>true</skipTests> </configuration> </plugin> </plugins> |