Skip to content

Commit 65b2798

Browse files
committed
[NRL-1922] Explicitly call our sonar sources and tests paths
1 parent 2233954 commit 65b2798

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sonar-project.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ sonar.projectName=NRLF
55
sonar.python.version=3.12
66

77
sonar.sources=.
8-
sonar.tests=**/tests/**
98
sonar.exclusions=scripts/**
9+
sonar.tests=.
10+
sonar.tests.inclusions=**/tests/**
1011
sonar.coverage.exclusions=scripts/**, tests/**, **/tests/**
1112
sonar.cpd.exclusions=tests/**, **/tests/**
1213

0 commit comments

Comments
 (0)