File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 65
65
if : ${{ matrix.coverage == '--coverage --coverage-xml' && env.STRIPE_API_PUBLISHABLE_KEY != null }}
66
66
env :
67
67
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
69
71
70
72
- name : Test & publish code coverage
71
73
if : ${{ matrix.coverage == '--coverage --coverage-xml' }}
Original file line number Diff line number Diff line change @@ -53,7 +53,6 @@ install_local_test_library() {
53
53
codeception/module-rest \
54
54
codeception/util-universalframework \
55
55
wp-graphql/wp-graphql-testcase \
56
- php-coveralls/php-coveralls \
57
56
stripe/stripe-php
58
57
}
59
58
@@ -65,7 +64,6 @@ remove_local_test_library() {
65
64
codeception/util-universalframework \
66
65
lucatume/wp-browser \
67
66
phpunit/phpunit \
68
- php-coveralls/php-coveralls \
69
67
stripe/stripe-php
70
68
71
69
composer update
You can’t perform that action at this time.
0 commit comments