1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
sonar.projectKey=jorgensd_dolfinx_mpc
sonar.organization=jorgensd
# This is the name and version displayed in the SonarCloud UI.
#sonar.projectName=dolfinx_mpc
#sonar.projectVersion=1.0
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
#sonar.sources=.
# Set python version
sonar.python.version=3.7, 3.8, 3.9
sonar.cfamily.threads=2
# Disable cahce until I have time to figure out how to use it
sonar.cfamily.cache.enabled=false
# Python coverage report
sonar.core.codeCoveragePlugin=cobertura
sonar.python.coverage.reportPaths=*coverage*.xml
|