From ee5b948a868b6b178e9314c194ac1420eba10445 Mon Sep 17 00:00:00 2001 From: ronit Date: Sun, 26 Apr 2020 16:29:48 +0300 Subject: [PATCH] add sonar test inclusions Change-Id: I945cd991adf02e78bce5516d4cc49596ee99f8b9 Signed-off-by: ronit --- jjb/ric-plt-e2mgr/ric-plt-e2mgr.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jjb/ric-plt-e2mgr/ric-plt-e2mgr.yaml b/jjb/ric-plt-e2mgr/ric-plt-e2mgr.yaml index 144b3c73..872bbc2a 100644 --- a/jjb/ric-plt-e2mgr/ric-plt-e2mgr.yaml +++ b/jjb/ric-plt-e2mgr/ric-plt-e2mgr.yaml @@ -78,5 +78,7 @@ sonar.inclusions=**/**.go # Exclusions sonar.exclusions=**/mocks/**.go,**/tests/**.go + # Test inclusions + sonar.test.inclusions=**/*_test.go jobs: - gerrit-sonar-prescan-script -- 2.16.6