Skip to content

Commit 842e2df

Browse files
ConfluentToolsConfluentJenkins
andauthored
chore: update sonar-project.properties to reconfigure sonarqube scanning. (#1584)
Co-authored-by: Confluent Jenkins Bot <[email protected]>
1 parent baf71ea commit 842e2df

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

sonar-project.properties

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
### service-bot sonarqube plugin managed file
2+
sonar.coverage.exclusions=**/test/**/*,**/tests/**/*,**/mock/**/*,**/mocks/**/*,**/*mock*,**/*test*
3+
sonar.exclusions=**/*.pb.*,**/mk-include/**/*
4+
sonar.language=python
5+
sonar.projectKey=confluent-kafka-python
6+
sonar.python.coverage.reportPaths=**/coverage.xml
7+
sonar.sources=.

0 commit comments

Comments
 (0)