14 lines
372 B
Properties
14 lines
372 B
Properties
# Project metadata
|
|
sonar.organization=ictu
|
|
sonar.projectKey=ICTU_netbox_slm
|
|
sonar.projectName=netbox-slm
|
|
sonar.projectVersion=1.4
|
|
|
|
# Path is relative to the sonar-project.properties file
|
|
sonar.sources=netbox_slm
|
|
sonar.python.version=3.9, 3.10, 3.11
|
|
|
|
# Unit tests
|
|
sonar.python.xunit.reportPath=ci/reports/junit.xml
|
|
sonar.python.coverage.reportPaths=ci/reports/coverage.xml
|