File: sonar-project.properties

package info (click to toggle)
pyicloud 2.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,012 kB
  • sloc: python: 14,028; sh: 29; makefile: 3
file content (8 lines) | stat: -rw-r--r-- 286 bytes parent folder | download
1
2
3
4
5
6
7
8
sonar.projectKey=timlaing_pyicloud
sonar.organization=timlaing
sonar.sources=./pyicloud
sonar.tests=./tests
sonar.python.coverage.reportPaths=coverage.xml
# This is the name and version displayed in the SonarCloud UI.
sonar.projectName=pyicloud
sonar.python.version=3.10,3.11,3.12,3.13