Skip to content

Commit 9dd0d98

Browse files
authored
Merge pull request #918 from ruudk/drop-noise
Drop Scrutinizer
2 parents fbcc1f9 + a64c76a commit 9dd0d98

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
@@ -181,7 +181,7 @@ jobs:
181181
with:
182182
fetch-depth: 50
183183

184-
- name: "Install PHP with coverage"
184+
- name: "Install PHP"
185185
uses: "shivammathur/setup-php@v2"
186186
with:
187187
php-version: "8.0"
@@ -195,18 +195,12 @@ jobs:
195195
key: "php-${{ matrix.php-version }}-composer-locked-${{ hashFiles('composer.lock') }}"
196196
restore-keys: "php-${{ matrix.php-version }}-composer-locked-"
197197

198-
- name: "Install Ocular as depencies"
199-
run: composer req "scrutinizer/ocular" --dev --no-update
200-
201198
- name: "Install dependencies"
202199
run: composer update --no-interaction --no-progress
203200

204201
- name: "Run tests with coverage"
205202
run: bin/phpunit --color=always --coverage-clover=build/logs/clover.xml
206203

207-
- name: "Upload coverage results to Scrutinizer"
208-
run: vendor/scrutinizer/ocular/bin/ocular code-coverage:upload --format=php-clover build/logs/clover.xml
209-
210204
- name: "Upload coverage results to Coveralls"
211205
env:
212206
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)