We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 441dc48 commit 7e5ae22Copy full SHA for 7e5ae22
sonar-project.properties
@@ -0,0 +1,17 @@
1
+sonar.projectKey=pySmartThings_pysmartthings
2
+sonar.organization=pysmartthings
3
+sonar.projectName=Asynchronous Python client for SmartThings
4
+sonar.projectVersion=1.0
5
+
6
+sonar.links.homepage=https://github.com/pySmartThings/pysmartthings
7
+sonar.links.ci=https://github.com/pySmartThings/pysmartthings/actions
8
+sonar.links.issue=https://github.com/pySmartThings/pysmartthings/issues
9
+sonar.links.scm=https://github.com/pySmartThings/pysmartthings/tree/main
10
11
+sonar.language=py
12
+sonar.sourceEncoding=UTF-8
13
+sonar.sources=src
14
+sonar.tests=tests
15
16
+sonar.python.version=3.11
17
+sonar.python.coverage.reportPaths=coverage.xml
0 commit comments