diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ad9b3c408..3215423e6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -187,7 +187,7 @@ jobs: with: fetch-depth: 50 - - name: "Install PHP with coverage" + - name: "Install PHP" uses: "shivammathur/setup-php@v2" with: php-version: "8.0" @@ -201,18 +201,12 @@ jobs: key: "php-${{ matrix.php-version }}-composer-locked-${{ hashFiles('composer.lock') }}" restore-keys: "php-${{ matrix.php-version }}-composer-locked-" - - name: "Install Ocular as depencies" - run: composer req "scrutinizer/ocular" --dev --no-update - - name: "Install dependencies" run: composer update --no-interaction --no-progress - name: "Run tests with coverage" run: bin/phpunit --color=always --coverage-clover=build/logs/clover.xml - - name: "Upload coverage results to Scrutinizer" - run: vendor/scrutinizer/ocular/bin/ocular code-coverage:upload --format=php-clover build/logs/clover.xml - - name: "Upload coverage results to Coveralls" env: COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.scrutinizer.yml b/.scrutinizer.yml deleted file mode 100644 index f38fea62f..000000000 --- a/.scrutinizer.yml +++ /dev/null @@ -1,13 +0,0 @@ -tools: - external_code_coverage: - timeout: 1200 -build: - nodes: - analysis: - tests: - override: - - php-scrutinizer-run - -filter: - excluded_paths: - - "tests/" diff --git a/README.md b/README.md index 74ec05ba7..548a7dd99 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,6 @@ OverblogGraphQLBundle ![CI](https://github.com/overblog/GraphQLBundle/workflows/CI/badge.svg?branch=0.14) [![Build status](https://ci.appveyor.com/api/projects/status/7ksxlcgwt40q74hv/branch/0.14?svg=true)](https://ci.appveyor.com/project/overblog/graphqlbundle/branch/0.14) -[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/overblog/GraphQLBundle/badges/quality-score.png?b=0.14)](https://scrutinizer-ci.com/g/overblog/GraphQLBundle/?branch=0.14) [![Coverage Status](https://coveralls.io/repos/github/overblog/GraphQLBundle/badge.svg?branch=0.14)](https://coveralls.io/github/overblog/GraphQLBundle?branch=0.14) [![Latest Stable Version](https://poser.pugx.org/overblog/graphql-bundle/version)](https://packagist.org/packages/overblog/graphql-bundle) [![Latest Unstable Version](https://poser.pugx.org/overblog/graphql-bundle/v/unstable)](https://packagist.org/packages/overblog/graphql-bundle)