From 1b9d107ab9ffd3bf7919b3a0fc55a95188a040b7 Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Mon, 22 Jul 2019 09:30:02 -0400 Subject: Javascript now required for code coverage For El Alto, it is now required to pull coverage of Javascript code. Issue-ID: POLICY-1928 Change-Id: If1c0c2ba795b7a8f5faf69ab32ffbb953c411f78 Signed-off-by: Pamela Dragosh --- POLICY-SDK-APP/pom.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/POLICY-SDK-APP/pom.xml b/POLICY-SDK-APP/pom.xml index 7d126a72b..56532ba49 100644 --- a/POLICY-SDK-APP/pom.xml +++ b/POLICY-SDK-APP/pom.xml @@ -71,9 +71,7 @@ 1.2.3 true false - - - **/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/**,src/main/webapp/app/policyApp/**/* + **/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/**,src/main/webapp/app/policyApp/CSS/**/*,src/main/webapp/app/policyApp/libs.bower_components/**/* -- cgit 1.2.3-korg