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 273444d commit 5a7199dCopy full SHA for 5a7199d
.circleci/config.yml
@@ -77,7 +77,7 @@ jobs:
77
name: Create Algolia-specific PHPUnit config for code coverage
78
working_directory: ~/Sites
79
command: |
80
- echo '${ALGOLIA_PHPUNIT_CONFIG}' > algolia-phpunit.xml
+ cp ~/project/.circleci/algolia-phpunit-code-coverage.xml algolia-phpunit.xml
81
docker cp algolia-phpunit.xml $(docker compose ps -q phpfpm):/var/www/html/algolia-phpunit.xml
82
- run:
83
name: Run Unit Test Coverage and copy results to CircleCI
0 commit comments