We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d94754 commit 814dac5Copy full SHA for 814dac5
.travis.yml
@@ -21,5 +21,5 @@ addons:
21
organization: "dcsg-github"
22
23
script:
24
- - vendor/bin/phpunit --coverage-clover=coverage.xml
+ - vendor/bin/phpunit --coverage-clover=/tmp/coverage.xml --log-junit=/tmp/test-results.xml
25
- sonar-scanner
sonar-project.properties
@@ -1,4 +1,4 @@
1
sonar.projectKey=dcsg_php-immutable-collections
2
-sonar.sources=src
3
-sonar.php.tests.reportPath=coverage.xml
4
-sonar.php.coverage.reportPaths=coverage.xml
+sonar.sources=./src
+sonar.php.tests.reportPath=/tmp/test-results.xml
+sonar.php.coverage.reportPaths=/tmp/coverage.xml
0 commit comments