Skip to content

Commit 8b0fc88

Browse files
committed
php-coveralls configs updated.
1 parent 8089d04 commit 8b0fc88

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/continous-integration.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,9 @@ jobs:
6565
if: ${{ matrix.coverage == '--coverage --coverage-xml' && env.STRIPE_API_PUBLISHABLE_KEY != null }}
6666
env:
6767
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
68-
run: vendor/bin/php-coveralls -v
68+
run: |
69+
composer require global php-coveralls/php-coveralls
70+
php-coveralls -v
6971
7072
- name: Test & publish code coverage
7173
if: ${{ matrix.coverage == '--coverage --coverage-xml' }}

bin/_lib.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ install_local_test_library() {
5353
codeception/module-rest \
5454
codeception/util-universalframework \
5555
wp-graphql/wp-graphql-testcase \
56-
php-coveralls/php-coveralls \
5756
stripe/stripe-php
5857
}
5958

@@ -65,7 +64,6 @@ remove_local_test_library() {
6564
codeception/util-universalframework \
6665
lucatume/wp-browser \
6766
phpunit/phpunit \
68-
php-coveralls/php-coveralls \
6967
stripe/stripe-php
7068

7169
composer update

0 commit comments

Comments
 (0)