Skip to content

Commit 814dac5

Browse files
author
Daniel Gomes
committed
add test results xml and try another folder to store the test results
1 parent 3d94754 commit 814dac5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ addons:
2121
organization: "dcsg-github"
2222

2323
script:
24-
- vendor/bin/phpunit --coverage-clover=coverage.xml
24+
- vendor/bin/phpunit --coverage-clover=/tmp/coverage.xml --log-junit=/tmp/test-results.xml
2525
- sonar-scanner

sonar-project.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
sonar.projectKey=dcsg_php-immutable-collections
2-
sonar.sources=src
3-
sonar.php.tests.reportPath=coverage.xml
4-
sonar.php.coverage.reportPaths=coverage.xml
2+
sonar.sources=./src
3+
sonar.php.tests.reportPath=/tmp/test-results.xml
4+
sonar.php.coverage.reportPaths=/tmp/coverage.xml

0 commit comments

Comments
 (0)