We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f606f84 commit 430ae7eCopy full SHA for 430ae7e
sonar-project.properties
@@ -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