File: sonar-project.properties

package info (click to toggle)
python-opensky 1.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 468 kB
  • sloc: python: 859; sh: 5; makefile: 4
file content (17 lines) | stat: -rw-r--r-- 596 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
sonar.projectKey=joostlek_python-opensky
sonar.organization=joostlek-github
sonar.projectName=Asynchronous Python client for the OpenSky API
sonar.projectVersion=1.0

sonar.links.homepage=https://github.com/joostlek/python-opensky
sonar.links.ci=https://github.com/joostlek/python-opensky/actions
sonar.links.issue=https://github.com/joostlek/python-opensky/issues
sonar.links.scm=https://github.com/joostlek/python-opensky/tree/main

sonar.language=py
sonar.sourceEncoding=UTF-8
sonar.sources=src
sonar.tests=tests

sonar.python.version=3.10, 3.11
sonar.python.coverage.reportPaths=coverage.xml