From 42b103c22eecac9b155e30fcd4f34edeae68f84f Mon Sep 17 00:00:00 2001 From: Sebastian Sdorra Date: Wed, 9 Oct 2019 21:32:43 +0200 Subject: [PATCH] fix wrong sonar include pattern of scm-ui --- scm-ui/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scm-ui/pom.xml b/scm-ui/pom.xml index 506ece5237..e229207fb7 100644 --- a/scm-ui/pom.xml +++ b/scm-ui/pom.xml @@ -18,7 +18,7 @@ js - src/** + */src/** **/*.test.js,src/tests/** **/*.test.js,src/tests/** target/jest-reports