Skip to content

Commit 430ae7e

Browse files
committed
Add sonar-project.properties
1 parent f606f84 commit 430ae7e

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

sonar-project.properties

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
sonar.organization=php-mqtt
2+
sonar.projectKey=php-mqtt_client
3+
4+
# Paths are relative to the sonar-project.properties file.
5+
sonar.sources=src
6+
sonar.tests=tests
7+
8+
# Test report and code coverage related settings.
9+
sonar.php.tests.reportPath=phpunit.report-junit.xml
10+
sonar.php.coverage.reportPaths=phpunit.coverage-clover.xml
11+
12+
# Encoding of the source code. Default is default system encoding.
13+
sonar.sourceEncoding=UTF-8
14+
15+
# Links for sonarcloud.io page.
16+
sonar.links.ci=https://github.com/php-mqtt/client/actions
17+
sonar.links.scm=https://github.com/php-mqtt/client
18+
sonar.links.issue=https://github.com/php-mqtt/client/issues

0 commit comments

Comments
 (0)