From 06e255d6f26d8d52f9283178d7bee2f371d119de Mon Sep 17 00:00:00 2001 From: xuegao Date: Fri, 18 Oct 2019 08:53:19 +0200 Subject: Update sonar settings Remove the tests and config files out of the sonar code coverage calculation. Issue-ID: CLAMP-512 Change-Id: I86afcd8c307a11b8f5cceb955c40c32cd7129781 Signed-off-by: xuegao --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index c0f31e93..c327be1f 100644 --- a/pom.xml +++ b/pom.xml @@ -97,7 +97,7 @@ ${project.build.directory}/${ui.react.src}/coverage/lcov.info src/main/resources/** - + src/main/resources/**,target/ui-react/src/**/*.test.js,target/ui-react/src/setupTests.js,src/main/docker/*.py localhost:5000 nexus3.onap.org:10001 true -- cgit 1.2.3-korg