From f648b5e5b6c3875bdeab1061763228166f2071de Mon Sep 17 00:00:00 2001 From: Manoop Talasila Date: Wed, 31 Jul 2019 16:50:20 -0400 Subject: [PATCH] Enable jscript code coverage for accessment Issue-ID: PORTAL-678 Signed-off-by: Manoop Talasila Change-Id: I18a987dc2fbec7b10b3394cd46c36b21a0008aa7 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 6a3c95ab..3ea8ba41 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.onap.oparent oparent - 2.0.0 + 1.2.0 @@ -36,7 +36,7 @@ 0.7.6.201602180812 UTF-8 UTF-8 - **/scripts/**/*,**.js + **/test/**/*,**/tests/**/* false -- 2.16.6