Skip to content

Commit

Permalink
Fix circle CI config, #61
Browse files Browse the repository at this point in the history
  • Loading branch information
hollodotme committed Aug 12, 2020
1 parent b8bea22 commit e882aa1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ shared-unit-tests: &shared-unit-tests

- run:
name: Run unit tests
command: php -d error_reporting=-1 -d auto_prepend_file=build/xdebug-filter.php vendor/bin/phpunit$PHPUNIT_VERSION.phar -c build --testsuite Unit --log-junit build/logs/junit/junit.xml --coverage-html build/logs/coverage --coverage-clover=coverage.xml
command: php -d error_reporting=-1 -d auto_prepend_file=build/xdebug-filter.php vendor/bin/phpunit$PHPUNIT_VERSION.phar -c build/phpunit$PHPUNIT_VERSION.xml --testsuite Unit --log-junit build/logs/junit/junit.xml --coverage-html build/logs/coverage --coverage-clover=coverage.xml

- run:
name: Upload code coverage to codecov.io
Expand Down Expand Up @@ -155,7 +155,7 @@ shared-integration-tests: &shared-integration-tests

- run:
name: Run integration tests
command: php -d error_reporting=-1 -d auto_prepend_file=build/xdebug-filter.php vendor/bin/phpunit$PHPUNIT_VERSION.phar -c build --testsuite Integration --log-junit build/logs/junit/junit.xml
command: php -d error_reporting=-1 -d auto_prepend_file=build/xdebug-filter.php vendor/bin/phpunit$PHPUNIT_VERSION.phar -c build/phpunit$PHPUNIT_VERSION.xml --testsuite Integration --log-junit build/logs/junit/junit.xml

- store_test_results:
path: build/logs/junit
Expand Down

0 comments on commit e882aa1

Please sign in to comment.