Skip to content

Commit dc4a854

Browse files
committed
Drop Scrutinizer #12152
Because it's been a very long time since it was useful for us. Code coverage statistics over time is the last interesting bit, but not worth the extra computing and maintenance cost.
1 parent 320b28f commit dc4a854

4 files changed

Lines changed: 0 additions & 66 deletions

File tree

.gitattributes

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
/.github export-ignore
33
/.gitignore export-ignore
44
/.php_cs.dist export-ignore
5-
/.scrutinizer.yml export-ignore
65
/bin export-ignore
76
/phpstan.neon.dist export-ignore
87
/phpunit.xml.dist export-ignore

.github/workflows/main.yml

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -91,38 +91,6 @@ jobs:
9191
- name: Static analysis with PHPStan
9292
run: ./vendor/bin/phpstan analyse
9393

94-
coverage:
95-
runs-on: ubuntu-latest
96-
steps:
97-
- name: Checkout
98-
uses: actions/checkout@v4
99-
with:
100-
fetch-depth: 2
101-
102-
- name: Setup PHP, with composer and extensions
103-
uses: shivammathur/setup-php@v2
104-
with:
105-
php-version: 8.4
106-
coverage: pcov
107-
108-
- name: Cache composer dependencies
109-
uses: actions/cache@v4
110-
with:
111-
path: ~/.cache/composer
112-
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
113-
restore-keys: ${{ runner.os }}-composer-
114-
115-
- name: Install dependencies
116-
run: composer install
117-
118-
- name: Code coverage
119-
run: ./vendor/bin/phpunit --coverage-clover coverage-clover.xml
120-
121-
- name: Upload code coverage
122-
run: |
123-
composer global require scrutinizer/ocular
124-
~/.composer/vendor/bin/ocular code-coverage:upload --format=php-clover coverage-clover.xml
125-
12694
release:
12795
runs-on: ubuntu-latest
12896
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')

.scrutinizer.yml

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

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# GraphQL Upload
22

33
[![Build Status](https://github.com/ecodev/graphql-upload/workflows/main/badge.svg)](https://github.com/ecodev/graphql-upload/actions)
4-
[![Code Quality](https://scrutinizer-ci.com/g/Ecodev/graphql-upload/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/Ecodev/graphql-upload/?branch=master)
5-
[![Code Coverage](https://scrutinizer-ci.com/g/Ecodev/graphql-upload/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/Ecodev/graphql-upload/?branch=master)
64
[![Total Downloads](https://poser.pugx.org/ecodev/graphql-upload/downloads.png)](https://packagist.org/packages/ecodev/graphql-upload)
75
[![Latest Stable Version](https://poser.pugx.org/ecodev/graphql-upload/v/stable.png)](https://packagist.org/packages/ecodev/graphql-upload)
86
[![License](https://poser.pugx.org/ecodev/graphql-upload/license.png)](https://packagist.org/packages/ecodev/graphql-upload)

0 commit comments

Comments
 (0)