Skip to content

Commit a64c76a

Browse files
committed
Drop Scrutinizer
It's extremely slow on PR's. As a contributor I want to have a fast feedback loop in order to continue.
1 parent 33d201f commit a64c76a

File tree

3 files changed

+1
-21
lines changed

3 files changed

+1
-21
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ jobs:
187187
with:
188188
fetch-depth: 50
189189

190-
- name: "Install PHP with coverage"
190+
- name: "Install PHP"
191191
uses: "shivammathur/setup-php@v2"
192192
with:
193193
php-version: "8.0"
@@ -201,18 +201,12 @@ jobs:
201201
key: "php-${{ matrix.php-version }}-composer-locked-${{ hashFiles('composer.lock') }}"
202202
restore-keys: "php-${{ matrix.php-version }}-composer-locked-"
203203

204-
- name: "Install Ocular as depencies"
205-
run: composer req "scrutinizer/ocular" --dev --no-update
206-
207204
- name: "Install dependencies"
208205
run: composer update --no-interaction --no-progress
209206

210207
- name: "Run tests with coverage"
211208
run: bin/phpunit --color=always --coverage-clover=build/logs/clover.xml
212209

213-
- name: "Upload coverage results to Scrutinizer"
214-
run: vendor/scrutinizer/ocular/bin/ocular code-coverage:upload --format=php-clover build/logs/clover.xml
215-
216210
- name: "Upload coverage results to Coveralls"
217211
env:
218212
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.scrutinizer.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ OverblogGraphQLBundle
33

44
![CI](https://github.com/overblog/GraphQLBundle/workflows/CI/badge.svg?branch=0.14)
55
[![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)
6-
[![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)
76
[![Coverage Status](https://coveralls.io/repos/github/overblog/GraphQLBundle/badge.svg?branch=0.14)](https://coveralls.io/github/overblog/GraphQLBundle?branch=0.14)
87
[![Latest Stable Version](https://poser.pugx.org/overblog/graphql-bundle/version)](https://packagist.org/packages/overblog/graphql-bundle)
98
[![Latest Unstable Version](https://poser.pugx.org/overblog/graphql-bundle/v/unstable)](https://packagist.org/packages/overblog/graphql-bundle)

0 commit comments

Comments
 (0)