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 fb8df17 commit 16c6f01Copy full SHA for 16c6f01
app/boilerplates/simple/.circleci/config.yml
@@ -16,6 +16,8 @@ jobs:
16
- run: sudo docker-php-ext-install mysqli
17
- run: sudo chmod 777 -R ~
18
- run: echo $PWD
19
+ - run: echo $WP_TESTS_DIR
20
+ - run: echo $WP_CORE_DIR
21
- run: ls -lart
22
- run: env COMPOSER=composer-test.json composer install --prefer-source --no-interaction
23
- run: sudo ./bin/phpcs --config-set installed_paths vendor/wp-coding-standards/wpcs/
@@ -29,7 +31,7 @@ jobs:
29
31
name: Running Tests
30
32
command: |
33
./bin/phpunit --coverage-clover clover.xml --config ./.circleci/phpunit.xml
- ./bin/coverage-check clover.xml 80
34
+ ./bin/coverage-check clover.xml 90
35
notify:
36
docker:
37
- image: circleci/node:latest
0 commit comments