Skip to content

Commit

Permalink
Drop Scrutinizer
Browse files Browse the repository at this point in the history
It's extremely slow on PR's. As a contributor I want to have a fast feedback loop in order to continue.
  • Loading branch information
ruudk committed Nov 23, 2021
1 parent 33d201f commit a64c76a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 21 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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 }}
Expand Down
13 changes: 0 additions & 13 deletions .scrutinizer.yml

This file was deleted.

1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a64c76a

Please sign in to comment.