Skip to content

Commit aabb318

Browse files
Added coverage report to sonar scanner
1 parent bb638bc commit aabb318

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sonar-scanner.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ sonar_scanner() {
1010
-Dsonar.sources='splitio' \
1111
-Dsonar.projectName='python-client' \
1212
-Dsonar.projectKey='python-client' \
13+
_Dsonar.python.coverage.reportPaths='coverage.xml' \
1314
-Dsonar.links.ci='https://travis-ci.com/splitio/python-client' \
1415
-Dsonar.links.scm='https://github.com/splitio/python-client' \
1516
${params}

0 commit comments

Comments
 (0)