-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsonar-project.properties
55 lines (34 loc) · 1.4 KB
/
sonar-project.properties
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# required metadata
sonar.projectKey=designtestminer
sonar.projectName=DesignTestMiner Tool
# path to source directories (required)
sonar.sources=src/main/java
sonar.projectVersion=1.0.0-SNAPSHOT
# path to test source directories (optional)
sonar.tests=src/test/java
# path to project binaries (optional), for example directory of Java bytecode
sonar.binaries=target/classes,target/test-classes
# The value of the property must be the key of the language.
sonar.language=java
#Tells SonarQube to reuse existing reports for unit tests execution and coverage reports
sonar.dynamicAnalysis=reuseReports
#Tells SonarQube where the unit tests execution reports are
sonar.surefire.reportsPath=target/surefire-reports
#Tells SonarQube that the code coverage tool by unit tests is JaCoCo
sonar.java.coveragePlugin=cobertura
#Tells SonarQube where the unit tests code coverage report is
#sonar.jacoco.reportPath=target/jacoco.exec
#Tells where the coverage report is
#coverage.reports.dir=target/coverage-reports
# Encoding of the source files
sonar.sourceEncoding=UTF-8
sonar.verbose=true
sonar.analysis.mode=preview
sonar.issuesReport.console.enable=true
sonar.forceUpdate=true
#sonar.github.pullRequest=$
sonar.github.repository=tacianosilva/designtestminer
sonar.github.login=tacianosonar
sonar.github.oauth=201ec3e787f6d2078d8062558c1b7e9ac9295e55
#sonar.github.endpoint=*****
#sonar.github.disableInlineComments