diff --git a/sonar-project.properties b/sonar-project.properties new file mode 100644 index 0000000000..f4d67eee55 --- /dev/null +++ b/sonar-project.properties @@ -0,0 +1,20 @@ +# This is the name and version displayed in the SonarCloud UI. +sonar.projectKey=swift-testing_blueapi-test +sonar.organization=swift-testing + +sonar.projectName=blueapi-test +sonar.projectVersion=1.0 + + +# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. +#sonar.sources=. + +# Encoding of the source code. Default is default system encoding +# sonar.sourceEncoding=UTF-8 +# relative paths to source directories. More details and properties are described +# in https://sonarcloud.io/documentation/project-administration/narrowing-the-focus/ +sonar.sources=src + +# python settings +sonar.python.version=3.10 +sonar.python.coverage.reportPaths=coverage.xml