Skip to content

Commit a7d0049

Browse files
committed
2 parents 229e772 + 8389594 commit a7d0049

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sonar-project.properties

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ sonar.projectVersion=1.0
77

88
# Code Coverage Path
99
sonar.cfamily.gcov.reportsPath=build/coverage
10+
# Scan Exclusions
11+
sonar.coverage.exclusions=test/*
12+
sonar.cpd.exclusions=test/*
13+
sonar.exclusions=test/*
1014

1115
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
1216
#sonar.sources=.

0 commit comments

Comments
 (0)