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 698c87e commit 0a98ab6Copy full SHA for 0a98ab6
.travis.yml
@@ -111,7 +111,6 @@ after_success:
111
# Download and run Coveralls.io client
112
- |
113
if [ "$COVERAGE" == "1" ]; then
114
- ls -la
115
wget https://github.com/php-coveralls/php-coveralls/releases/download/v2.1.0/php-coveralls.phar
116
chmod +x php-coveralls.phar
117
travis_retry php php-coveralls.phar -v -r .
codeception.dist.yml
@@ -13,6 +13,8 @@ settings:
13
memory_limit: 1024M
14
coverage:
15
enabled: true
16
+ remote: false
17
+ work_dir: /var/www/html/wp-content/plugins/wp-graphql-woocommerce
18
c3_url: http://localhost/wp-content/plugins/wp-graphql-woocommerce/wp-graphql-woocommerce.php
19
whitelist:
20
include:
0 commit comments