Skip to content

Commit 966146d

Browse files
committed
Drop Scrutinizer / Coveralls
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 966146d

File tree

3 files changed

+0
-57
lines changed

3 files changed

+0
-57
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -177,45 +177,3 @@ jobs:
177177

178178
- name: "Run static-analysis"
179179
run: composer static-analysis
180-
181-
coverage:
182-
runs-on: ubuntu-20.04
183-
name: "Coverage"
184-
steps:
185-
- name: "Checkout"
186-
uses: "actions/checkout@v2"
187-
with:
188-
fetch-depth: 50
189-
190-
- name: "Install PHP with coverage"
191-
uses: "shivammathur/setup-php@v2"
192-
with:
193-
php-version: "8.0"
194-
ini-values: pcov.directory=.
195-
coverage: "pcov"
196-
197-
- name: "Cache dependencies installed with composer"
198-
uses: "actions/cache@v2"
199-
with:
200-
path: "~/.composer/cache"
201-
key: "php-${{ matrix.php-version }}-composer-locked-${{ hashFiles('composer.lock') }}"
202-
restore-keys: "php-${{ matrix.php-version }}-composer-locked-"
203-
204-
- name: "Install Ocular as depencies"
205-
run: composer req "scrutinizer/ocular" --dev --no-update
206-
207-
- name: "Install dependencies"
208-
run: composer update --no-interaction --no-progress
209-
210-
- name: "Run tests with coverage"
211-
run: bin/phpunit --color=always --coverage-clover=build/logs/clover.xml
212-
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-
216-
- name: "Upload coverage results to Coveralls"
217-
env:
218-
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
219-
run: |
220-
composer global require php-coveralls/php-coveralls
221-
php-coveralls --coverage_clover=build/logs/clover.xml -v

.scrutinizer.yml

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

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +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)
7-
[![Coverage Status](https://coveralls.io/repos/github/overblog/GraphQLBundle/badge.svg?branch=0.14)](https://coveralls.io/github/overblog/GraphQLBundle?branch=0.14)
86
[![Latest Stable Version](https://poser.pugx.org/overblog/graphql-bundle/version)](https://packagist.org/packages/overblog/graphql-bundle)
97
[![Latest Unstable Version](https://poser.pugx.org/overblog/graphql-bundle/v/unstable)](https://packagist.org/packages/overblog/graphql-bundle)
108
[![Total Downloads](https://poser.pugx.org/overblog/graphql-bundle/downloads)](https://packagist.org/packages/overblog/graphql-bundle)

0 commit comments

Comments
 (0)