Skip to content
Snippets Groups Projects

WIP: Capture PHPUnit reports

Closed Erick Hitter requested to merge add/junit into master
Files
2
+ 5
5
@@ -34,7 +34,7 @@ PHPunit:PHP5.3:MySQL:
- phpunit
artifacts:
reports:
junit: /tmp/wordpress-tests-lib/tests/phpunit/build/logs/junit.xml
junit: /tmp/junit.xml
PHPunit:PHP5.6:MySQL:
image: containers.ethitter.com:443/docker/images/php:5.6
@@ -46,7 +46,7 @@ PHPunit:PHP5.6:MySQL:
- phpunit
artifacts:
reports:
junit: /tmp/wordpress-tests-lib/tests/phpunit/build/logs/junit.xml
junit: /tmp/junit.xml
PHPunit:PHP7.0:MySQL:
image: containers.ethitter.com:443/docker/images/php:7.0
@@ -58,7 +58,7 @@ PHPunit:PHP7.0:MySQL:
- phpunit
artifacts:
reports:
junit: /tmp/wordpress-tests-lib/tests/phpunit/build/logs/junit.xml
junit: /tmp/junit.xml
PHPunit:PHP7.1:MySQL:
image: containers.ethitter.com:443/docker/images/php:7.1
@@ -70,7 +70,7 @@ PHPunit:PHP7.1:MySQL:
- phpunit
artifacts:
reports:
junit: /tmp/wordpress-tests-lib/tests/phpunit/build/logs/junit.xml
junit: /tmp/junit.xml
PHPunit:PHP7.2:MySQL:
image: containers.ethitter.com:443/docker/images/php:7.2
@@ -82,4 +82,4 @@ PHPunit:PHP7.2:MySQL:
- phpunit
artifacts:
reports:
junit: /tmp/wordpress-tests-lib/tests/phpunit/build/logs/junit.xml
junit: /tmp/junit.xml
Loading