aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2019-07-22 09:30:02 -0400
committerPamela Dragosh <pdragosh@research.att.com>2019-07-22 09:30:07 -0400
commit1b9d107ab9ffd3bf7919b3a0fc55a95188a040b7 (patch)
tree4118da3c864f20ccb1da1ebb9abd13efe9ad57ca
parent92febb7abd1e6dfe89633d3d92cd70fabf5f0434 (diff)
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 <pdragosh@research.att.com>
-rw-r--r--POLICY-SDK-APP/pom.xml4
1 files changed, 1 insertions, 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 @@
<logback.version>1.2.3</logback.version>
<skipassembly>true</skipassembly>
<skiptests>false</skiptests>
- <!-- When ONAP brings back Javascript requirement for code coverage, let's move back to this exclusion. Keeping for reference. -->
- <!-- sonar.exclusions>**/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/**,src/main/webapp/app/policyApp/CSS/**/*,src/main/webapp/app/policyApp/libs.bower_components/**/*</sonar.exclusions -->
- <sonar.exclusions>**/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/**,src/main/webapp/app/policyApp/**/*</sonar.exclusions>
+ <sonar.exclusions>**/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/**,src/main/webapp/app/policyApp/CSS/**/*,src/main/webapp/app/policyApp/libs.bower_components/**/*</sonar.exclusions>
</properties>
<dependencies>
<dependency>