Skip to content

Commit 6196d7b

Browse files
committed
chore(sonar): Skip bin as it is not part of the delivered product
Signed-off-by: Ferenc Géczi <[email protected]>
1 parent f6a06be commit 6196d7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ sonar.projectKey=Python-Tracer
22
sonar.projectName=Python Tracer
33
sonar.sourceEncoding=utf-8
44
sonar.sources=.
5-
sonar.exclusions=tests/**/*, example/**/*
5+
sonar.exclusions=tests/**/*, example/**/*,bin/**/*
66
sonar.test.inclusions=tests/**/*
77
sonar.python.coverage.reportPaths=coverage.xml
88
sonar.python.version=3

0 commit comments

Comments
 (0)