We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ced4361 commit 0071d12Copy full SHA for 0071d12
sonar-project.properties
@@ -8,11 +8,12 @@ sonar.projectVersion=1.8
8
9
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
10
# This property is optional if sonar.modules is set.
11
-sonar.sources=source
+sonar.sources=source,tests/pdal
12
+sonar.exclusions=tests/pdal/greatest.h
13
14
# Encoding of the source code. Default is default system encoding
15
#sonar.sourceEncoding=UTF-8
16
17
# Properties specific to the C/C++ analyzer:
18
sonar.cfamily.build-wrapper-output=bw-output
-#sonar.cfamily.gcov.reportsPath=build/${env.DISTRO}-x86_64-${env.BUILD_TYPE}/coverage_pdalc
19
+#sonar.cfamily.gcov.reportsPath=build/${env.DISTRO}-x86_64-${env.BUILD_TYPE}/coverage_pdalc
0 commit comments