1
0
Files
synapse/sonar-project.properties
Michael Telatynski 8978c26e65 Make use of artifact merging :o
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2022-05-31 14:58:08 +01:00

16 lines
380 B
Properties

sonar.projectKey=matrix-org_synapse
sonar.organization=matrix-org
# Encoding of the source code. Default is default system encoding
#sonar.sourceEncoding=UTF-8
sonar.sources=synapse
sonar.tests=tests
sonar.exclusions=changelog.d,debian,demo,docker,docs
sonar.coverage.exclusions=tests/**/*
sonar.python.coverage.reportPaths=coverage.xml
sonar.python.version=3.7,3.8,3.9,3.10