Skip to content

Commit 72f31d0

Browse files
author
Gonzalo Diaz
committed
[REFACTOR] sonarcloud sources excluded.
1 parent df904a3 commit 72f31d0

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

sonar-project.properties

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Must be unique in a given SonarQube instance
2-
sonar.projectKey=algorithm-exercises-java
3-
sonar.projectName=algorithm-exercises-java
2+
sonar.projectKey=sir-gon_algorithm-exercises-java
3+
sonar.organization", "sir-gon"
44

55
# This is the name and version displayed in the SonarQube UI.
66
# Was mandatory prior to SonarQube 6.1.
@@ -10,8 +10,10 @@ sonar.projectVersion=1.0
1010
# Path is relative to the sonar-project.properties file.
1111
# Replace "\" by "/" on Windows.
1212
# This property is optional if sonar.modules is set.
13-
sonar.sources=app/src
13+
sonar.sources=algorithm-exercises-java/src/main/java/ae
1414
sonar.exclusions=**/App.java,**/CustomLogger.java
15+
sonar.coverage.exclusions=**/App.java,**/CustomLogger.java
16+
sonar.coverageReportPaths=algorithm-exercises-java/build/jacoco.xml
1517

1618
# Encoding of the source code. Default is default system encoding
1719
sonar.sourceEncoding=UTF-8

0 commit comments

Comments
 (0)