Skip to content

Commit 9ef542b

Browse files
committed
Select Python 3
1 parent 1ea918e commit 9ef542b

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

sonar-project.properties

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,17 @@
1-
sonar.python.version=3
1+
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

Comments
 (0)