Skip to content

Commit

Permalink
add sonar config
Browse files Browse the repository at this point in the history
  • Loading branch information
stan-dot committed Nov 26, 2024
1 parent 73f0490 commit 959cad1
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 959cad1

Please sign in to comment.