Skip to content

Commit 8c90271

Browse files
committed
add coverage.xml to sonar
1 parent 1a69ef7 commit 8c90271

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: sonar-project.properties

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,6 @@ sonar.cfamily.build-wrapper-output=bw-outputs
99
sonar.cfamily.threads=2
1010
sonar.cfamily.cache.enabled=true
1111
sonar.cfamily.cache.path=sonarCache
12-
sonar.exclusions=test/**
12+
sonar.exclusions=test/**
13+
14+
sonar.cfamily.vscoveragexml.reportsPath=build/coverage.xml

0 commit comments

Comments
 (0)