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 1ea918e commit 9ef542bCopy full SHA for 9ef542b
sonar-project.properties
@@ -1 +1,17 @@
1
-sonar.python.version=3
+sonar.projectKey=joostlek_python-opensky
2
+sonar.organization=joostlek-github
3
+sonar.projectName=Asynchronous Python client for the OpenSky API
4
+sonar.projectVersion=1.0
5
+
6
+sonar.links.homepage=https://github.com/joostlek/python-opensky
7
+sonar.links.ci=https://github.com/joostlek/python-opensky/actions
8
+sonar.links.issue=https://github.com/joostlek/python-opensky/issues
9
+sonar.links.scm=https://github.com/joostlek/python-opensky/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.10, 3.11
17
+sonar.python.coverage.reportPaths=coverage.xml
0 commit comments