Skip to content

Commit 8eb9f2b

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 f7da6ce commit 8eb9f2b

File tree

4 files changed

+0
-67
lines changed

4 files changed

+0
-67
lines changed

.gitattributes

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
/.github export-ignore
44
/.gitignore export-ignore
55
/.php_cs.dist export-ignore
6-
/.scrutinizer.yml export-ignore
76
/logo.svg export-ignore
87
/phpstan.neon.dist export-ignore
98
/phpunit.xml.dist export-ignore

.github/workflows/main.yml

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -93,39 +93,6 @@ jobs:
9393
- name: Static analysis with PHPStan
9494
run: ./vendor/bin/phpstan analyse
9595

96-
coverage:
97-
runs-on: ubuntu-latest
98-
steps:
99-
- name: Checkout
100-
uses: actions/checkout@v4
101-
with:
102-
fetch-depth: 2
103-
104-
- name: Setup PHP, with composer and extensions
105-
uses: shivammathur/setup-php@v2
106-
with:
107-
php-version: 8.4
108-
coverage: pcov
109-
extensions: bcmath, fileinfo, json, pdo
110-
111-
- name: Cache composer dependencies
112-
uses: actions/cache@v4
113-
with:
114-
path: ~/.cache/composer
115-
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
116-
restore-keys: ${{ runner.os }}-composer-
117-
118-
- name: Install dependencies
119-
run: composer install
120-
121-
- name: Code coverage
122-
run: ./vendor/bin/phpunit --coverage-clover coverage-clover.xml
123-
124-
- name: Upload code coverage
125-
run: |
126-
composer global require scrutinizer/ocular
127-
~/.composer/vendor/bin/ocular code-coverage:upload --format=php-clover coverage-clover.xml
128-
12996
release:
13097
runs-on: ubuntu-latest
13198
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
# Felix
22

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

0 commit comments

Comments
 (0)