Skip to content

Commit 16c6f01

Browse files
committed
up the score
1 parent fb8df17 commit 16c6f01

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/boilerplates/simple/.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
- run: sudo docker-php-ext-install mysqli
1717
- run: sudo chmod 777 -R ~
1818
- run: echo $PWD
19+
- run: echo $WP_TESTS_DIR
20+
- run: echo $WP_CORE_DIR
1921
- run: ls -lart
2022
- run: env COMPOSER=composer-test.json composer install --prefer-source --no-interaction
2123
- run: sudo ./bin/phpcs --config-set installed_paths vendor/wp-coding-standards/wpcs/
@@ -29,7 +31,7 @@ jobs:
2931
name: Running Tests
3032
command: |
3133
./bin/phpunit --coverage-clover clover.xml --config ./.circleci/phpunit.xml
32-
./bin/coverage-check clover.xml 80
34+
./bin/coverage-check clover.xml 90
3335
notify:
3436
docker:
3537
- image: circleci/node:latest

0 commit comments

Comments
 (0)