diff options
author | shrikantawachar <shrikant.awachar@amdocs.com> | 2017-10-05 19:18:38 +0530 |
---|---|---|
committer | shrikantawachar <shrikant.awachar@amdocs.com> | 2017-10-06 17:41:30 +0530 |
commit | ed640f61e44fa70e54032480a34fcf877a2eed48 (patch) | |
tree | 874d43014d1e173687b819beed5cdfe52d5d6589 /openecomp-be/api/openecomp-sdc-rest-webapp/validation-rest/validation-rest-services/pom.xml | |
parent | 168dd68fa502bd817dd4d6babe63e3e39876908b (diff) |
Code coverage using JaCoCO
Adding JaCoCo configuration to have code coverage
Change-Id: Ie42702b31bab8cd612d3516ab9eb4f3a2b7d8c16
Issue-ID: SDC-437
Signed-off-by: shrikantawachar <shrikant.awachar@amdocs.com>
Diffstat (limited to 'openecomp-be/api/openecomp-sdc-rest-webapp/validation-rest/validation-rest-services/pom.xml')
-rw-r--r-- | openecomp-be/api/openecomp-sdc-rest-webapp/validation-rest/validation-rest-services/pom.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/validation-rest/validation-rest-services/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/validation-rest/validation-rest-services/pom.xml index cc924966a5..5da8179240 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/validation-rest/validation-rest-services/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/validation-rest/validation-rest-services/pom.xml @@ -131,7 +131,6 @@ <includes> <include>test/core/unittest/offline/**</include> </includes> - <skipTests>true</skipTests> </configuration> </plugin> <!-- Error codes generator plugin --> |