From: danielhanrahan Date: Thu, 17 Feb 2022 11:16:19 +0000 (+0000) Subject: Exclude tests from sonar coverage in apex-editor X-Git-Tag: 2.2.1~19 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=a1bdde3151ab062df3b994c12c119e1dabda87fe;p=policy%2Fgui.git Exclude tests from sonar coverage in apex-editor Exclude all *.test.js files from sonar coverage. Issue-ID: POLICY-3896 Signed-off-by: danielhanrahan Change-Id: Ic0ad8e58c1b079a6beeb10b4b4c02b604d280204 --- diff --git a/gui-editors/gui-editor-apex/pom.xml b/gui-editors/gui-editor-apex/pom.xml index e42777e..760cd8d 100644 --- a/gui-editors/gui-editor-apex/pom.xml +++ b/gui-editors/gui-editor-apex/pom.xml @@ -40,7 +40,7 @@ ${project.basedir}/src/main/webapp ${webapp.dir}/node/node ${project.basedir}/src/main/java,${webapp.dir}/js - ${webapp.dir}/js/__test__/** + **/*.test.js