We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29b613c commit 64ee34fCopy full SHA for 64ee34f
sonar-project.properties
@@ -1,6 +1,13 @@
1
sonar.projectKey=A-leks-andr_python-project-50
2
sonar.organization=a-leks-andr
3
+sonar.projectName=Gendiff
4
+sonar.projectVersion=1.0
5
6
+sonar.sources=gendiff
7
+sonar.tests=tests
8
+sonar.python.coverage.reportPaths=coverage.xml
9
+
10
+sonar.exclusions=tests/**/*
11
12
# This is the name and version displayed in the SonarCloud UI.
13
#sonar.projectName=python-project-50
0 commit comments