File: sonar-project.properties

package info (click to toggle)
python-twentemilieu 2.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 460 kB
  • sloc: python: 400; sh: 5; makefile: 4
file content (17 lines) | stat: -rw-r--r-- 602 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
sonar.organization=frenck
sonar.projectKey=frenck_python-twentemilieu
sonar.projectName=Asynchronous Python client for the Twente Milieu API
sonar.projectVersion=1.0

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

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

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