File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 77
77
name : Run Unit Test Coverage and copy results to CircleCI
78
78
working_directory : ~/Sites
79
79
command : |
80
- bin/cli php -d xdebug.mode=coverage vendor/bin/phpunit --log-junit /var/www/html/dev/tests/unit/report/junit.xml --coverage-html /var/www/html/dev/tests/unit/report --coverage-filter /var/www/html/vendor/algolia/algoliasearch-magento-2/ /var/www/html/vendor/algolia/algoliasearch-magento-2/Test/Unit
80
+ bin/cli php -d xdebug.mode=coverage vendor/bin/phpunit -c /var/www/html/dev/tests/unit/phpunit.xml.dist - -log-junit /var/www/html/dev/tests/unit/report/junit.xml --coverage-html /var/www/html/dev/tests/unit/report --coverage-filter /var/www/html/vendor/algolia/algoliasearch-magento-2/ /var/www/html/vendor/algolia/algoliasearch-magento-2/Test/Unit
81
81
docker cp $(docker compose ps -q phpfpm):/var/www/html/dev/tests/unit/report ./unit-coverage/
82
82
- store_artifacts :
83
83
path : ~/Sites/unit-coverage/report
You can’t perform that action at this time.
0 commit comments