diff options
author | 2019-07-31 16:50:20 -0400 | |
---|---|---|
committer | 2019-07-31 16:50:20 -0400 | |
commit | f648b5e5b6c3875bdeab1061763228166f2071de (patch) | |
tree | f721f4c9d0008f5d324fe2fe2599b0686b842118 | |
parent | c200b7072e6ca3e555d3325d7e5b8d519c6186e1 (diff) |
Enable jscript code coverage for accessment
Issue-ID: PORTAL-678
Signed-off-by: Manoop Talasila <talasila@research.att.com>
Change-Id: I18a987dc2fbec7b10b3394cd46c36b21a0008aa7
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,7 +6,7 @@ <parent> <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> - <version>2.0.0</version> + <version>1.2.0</version> <relativePath /> </parent> @@ -36,7 +36,7 @@ <jacocoVersion>0.7.6.201602180812</jacocoVersion> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <encoding>UTF-8</encoding> - <sonar.exclusions>**/scripts/**/*,**.js</sonar.exclusions> + <!-- <sonar.exclusions>**/scripts/**/*,**.js</sonar.exclusions> --> <sonar.test.exclusions>**/test/**/*,**/tests/**/*</sonar.test.exclusions> <enforcer.skip>false</enforcer.skip> </properties> |