File: sonar-project.properties

package info (click to toggle)
dolfinx-mpc 0.9.3-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,188 kB
  • sloc: python: 7,263; cpp: 5,462; makefile: 69; sh: 4
file content (20 lines) | stat: -rw-r--r-- 586 bytes parent folder | download | duplicates (3)
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