forked from ossuminc/riddl
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.sonarcloud.properties
More file actions
28 lines (23 loc) · 853 Bytes
/
.sonarcloud.properties
File metadata and controls
28 lines (23 loc) · 853 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
sonar.projectKey=riddl
sonar.organization=ossuminc
sonar.scala.coverage.reportPaths=\
commands/target/scala-3.3.3/scoverage-report/scoverage.xml,\
language/target/scala-3.3.3/scoverage-report/scoverage.xml,\
passes/target/scala-3.3.3/scoverage-report/scoverage.xml,\
prettify/target/scala-3.3.3/scoverage-report/scoverage.xml,\
riddlc/target/scala-3.3.3/scoverage-report/scoverage.xml,\
stats/target/scala-3.3.3/scoverage-report/scoverage.xml,\
testkit/target/scala-3.3.3/scoverage-report/scoverage.xml,\
utils/target/scala-3.3.3/scoverage-report/scoverage.xml
# Path to sources
#sonar.sources=.
sonar.exclusions=**/src/test/**
#sonar.inclusions=
# Path to tests
#sonar.tests=
#sonar.test.exclusions=
#sonar.test.inclusions=
# Source encoding
#sonar.sourceEncoding=UTF-8
# Exclusions for copy-paste detection
#sonar.cpd.exclusions=