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 35ac50a commit 1b78e99Copy full SHA for 1b78e99
1 file changed
sonar-project.properties
@@ -1,5 +1,9 @@
1
sonar.projectKey=python-odin_odin
2
sonar.organization=python-odin
3
4
+# Python options
5
+sonar.python.version=3.10
6
+sonar.python.coverage.reportPaths=reports/coverage-*.xml
7
+
8
# Encoding of the source code. Default is default system encoding
9
sonar.sourceEncoding=UTF-8
0 commit comments