Skip to content

Commit 7e5ae22

Browse files
authored
Fix properties (#145)
1 parent 441dc48 commit 7e5ae22

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

sonar-project.properties

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)