sonar-project.properties 1.93 KB
#sonar  properties file used by Jenkis
#----- Default Sonar server
sonar.host.url=http://localhost:9000

#----- MySQL
sonar.jdbc.url=jdbc:mysql://localhost:3306/sonar?useUnicode=true&characterEncoding=utf8
sonar.jdbc.driver=com.mysql.jdbc.Driver

#----- Global database settings
sonar.jdbc.username=sonar
sonar.jdbc.password=sonar

sonar.sourceEncoding=UTF-8

# required metadata
sonar.projectKey=AKKA:AMDA-Kernel
sonar.projectName=AMDA-Kernel
sonar.projectVersion=3.6.0
sonar.branch=3.6

# path to source directories (required)
#sources=/var/lib/jenkins/.jenkins/workspace/AMDA_FitnesseTest/AMDA_Kernel
#sources= /var/lib/jenkins/jobs/AMDA-Kernel_NonRegression/workspace/AMDA_Kernel/
sources=src
# path to test source directories (optional)
tests=test/DD_Client
 
# path to project binaries (optional), for example directory of Java bytecode
#Copy of sonar-project.propertiesbinaries=binDir
 
# optional comma-separated list of paths to libraries. Only path to JAR file and path to directory of classes are supported.
#libraries=path/to/library.jar,path/to/classes/dir
 
 
# Uncomment this line to analyse a project which is not a java project. 
# The value of the property must be the key of the language.
sonar.language=c++
 
# Additional parameters
#my.property=value

sonar.cxx.suffixes=.C,.cc,.hh,.h,.cpp

# paths to the reports
sonar.cxx.cppcheck.reportPath=build/report/cppcheck-report.xml
sonar.cxx.cppncss.reportPath=build/report/cppncss-report.xml
sonar.cxx.coverage.reportPath=build/report/coverage-report.xml
sonar.cxx.it-coverage.reportPath=build/report/it-coverage-report.xml
sonar.cxx.valgrind.reportPath=build/report/reportValgrind*.xml
sonar.cxx.vera.reportPath=build/report/vera++-report.xml
sonar.cxx.rats.reportPath=build/report/rats-report.xml
sonar.cxx.xunit.reportPath=build/report/xunit-report.xml
sonar.cxx.gcovr.reportPath=build/report/coverage-report*.xml
#gcovr-reports/gcovr-result-*.xml


# Path to the directory containing the GCOV reports