Skip to content

Commit 5a4a1cc

Browse files
committed
Fixed report paths for sonarqube code coverage
1 parent 6cbc1ae commit 5a4a1cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
sonar.projectKey=connectpythonsdk
22
sonar.organization=cloudbluesonarcube
33
sonar.exclusions=docs/**, examples/**, tests/**
4-
sonar.python.coverage.reportPath=coverage.xml
4+
sonar.python.coverage.reportPaths=coverage.xml

0 commit comments

Comments
 (0)