Skip to content

Commit d537d74

Browse files
committed
Add build wrapper and branch variables to sonarcloud config
1 parent 3cd87c2 commit d537d74

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

sonar-project.properties

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,10 @@ sonar.projectVersion=1.8
1111
sonar.sources=source
1212

1313
# Encoding of the source code. Default is default system encoding
14-
#sonar.sourceEncoding=UTF-8
14+
#sonar.sourceEncoding=UTF-8
15+
16+
sonar.branch.name=sonarcloud
17+
18+
# Properties specific to the C/C++ analyzer:
19+
sonar.cfamily.build-wrapper-output=bw-output
20+
#sonar.cfamily.gcov.reportsPath=build/${env.DISTRO}-x86_64-${env.BUILD_TYPE}/coverage_pdalc

0 commit comments

Comments
 (0)