Skip to content

Commit fd592b8

Browse files
committed
chore(sonar): Define separate root directories for sources and tests
Signed-off-by: Ferenc Géczi <[email protected]>
1 parent 6196d7b commit fd592b8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

sonar-project.properties

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
sonar.projectKey=Python-Tracer
22
sonar.projectName=Python Tracer
33
sonar.sourceEncoding=utf-8
4-
sonar.sources=.
5-
sonar.exclusions=tests/**/*, example/**/*,bin/**/*
6-
sonar.test.inclusions=tests/**/*
4+
sonar.sources=instana/
5+
sonar.tests=tests/
76
sonar.python.coverage.reportPaths=coverage.xml
87
sonar.python.version=3
98
sonar.links.homepage=https://github.com/instana/python-sensor/

0 commit comments

Comments
 (0)