Skip to content

Commit 0071d12

Browse files
committed
Add tests to sonar-project.properties
1 parent ced4361 commit 0071d12

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

sonar-project.properties

+3-2
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@ sonar.projectVersion=1.8
88

99
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
1010
# This property is optional if sonar.modules is set.
11-
sonar.sources=source
11+
sonar.sources=source,tests/pdal
12+
sonar.exclusions=tests/pdal/greatest.h
1213

1314
# Encoding of the source code. Default is default system encoding
1415
#sonar.sourceEncoding=UTF-8
1516

1617
# Properties specific to the C/C++ analyzer:
1718
sonar.cfamily.build-wrapper-output=bw-output
18-
#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

Comments
 (0)