Skip to content

Commit

Permalink
LCH-6458: Remove coveralls from github actions. (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
saxumVermes authored May 11, 2023
1 parent 71f4a63 commit b3879ae
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/content-hub-php-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ on: [push, pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
strategy:
matrix:
os: [ ubuntu-latest ]
Expand All @@ -21,9 +19,7 @@ jobs:
coverage: xdebug

- name: Install composer dependencies
run: |
composer require --dev php-coveralls/php-coveralls:^2
composer install
run: composer install

- name: Run phpcs
run: |
Expand All @@ -33,8 +29,5 @@ jobs:
- name: Run PHPUnit
run: ./vendor/bin/phpunit test/

- name: Run Coveralls
run: ./vendor/bin/php-coveralls -v

- name: Run phpstan
run: ./vendor/bin/phpstan analyse -c ./phpstan.neon

0 comments on commit b3879ae

Please sign in to comment.