From a1bdde3151ab062df3b994c12c119e1dabda87fe Mon Sep 17 00:00:00 2001 From: danielhanrahan Date: Thu, 17 Feb 2022 11:16:19 +0000 Subject: 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 --- gui-editors/gui-editor-apex/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui-editors/gui-editor-apex') 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 -- cgit 1.2.3-korg