From: ronit Date: Sun, 26 Apr 2020 13:29:48 +0000 (+0300) Subject: add sonar test inclusions X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=ci-management.git;a=commitdiff_plain;h=ee5b948a868b6b178e9314c194ac1420eba10445 add sonar test inclusions Change-Id: I945cd991adf02e78bce5516d4cc49596ee99f8b9 Signed-off-by: ronit --- 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