Skip to content

Commit b3879ae

Browse files
authored
LCH-6458: Remove coveralls from github actions. (#176)
1 parent 71f4a63 commit b3879ae

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/content-hub-php-actions.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ on: [push, pull_request]
33
jobs:
44
build:
55
runs-on: ${{ matrix.os }}
6-
env:
7-
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
86
strategy:
97
matrix:
108
os: [ ubuntu-latest ]
@@ -21,9 +19,7 @@ jobs:
2119
coverage: xdebug
2220

2321
- name: Install composer dependencies
24-
run: |
25-
composer require --dev php-coveralls/php-coveralls:^2
26-
composer install
22+
run: composer install
2723

2824
- name: Run phpcs
2925
run: |
@@ -33,8 +29,5 @@ jobs:
3329
- name: Run PHPUnit
3430
run: ./vendor/bin/phpunit test/
3531

36-
- name: Run Coveralls
37-
run: ./vendor/bin/php-coveralls -v
38-
3932
- name: Run phpstan
4033
run: ./vendor/bin/phpstan analyse -c ./phpstan.neon

0 commit comments

Comments
 (0)