Skip to content

Commit 0a98ab6

Browse files
committed
Codecoverage config modified.
1 parent 698c87e commit 0a98ab6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ after_success:
111111
# Download and run Coveralls.io client
112112
- |
113113
if [ "$COVERAGE" == "1" ]; then
114-
ls -la
115114
wget https://github.com/php-coveralls/php-coveralls/releases/download/v2.1.0/php-coveralls.phar
116115
chmod +x php-coveralls.phar
117116
travis_retry php php-coveralls.phar -v -r .

codeception.dist.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ settings:
1313
memory_limit: 1024M
1414
coverage:
1515
enabled: true
16+
remote: false
17+
work_dir: /var/www/html/wp-content/plugins/wp-graphql-woocommerce
1618
c3_url: http://localhost/wp-content/plugins/wp-graphql-woocommerce/wp-graphql-woocommerce.php
1719
whitelist:
1820
include:

0 commit comments

Comments
 (0)