Skip to content

Commit

Permalink
ci: get rid of scrutinizer
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed May 4, 2023
1 parent a02cf42 commit e707276
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 33 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ jobs:
env:
PHP_CS_FIXER_IGNORE_ENV: 1

- name: Send Scrutinizer data
run: |
composer require scrutinizer/ocular --dev
vendor/bin/ocular code-coverage:upload --format=php-clover build/logs/coverage/clover.xml
- name: Send PSALM data
run: vendor/bin/psalm --shepherd --stats src/
continue-on-error: true
21 changes: 0 additions & 21 deletions .scrutinizer.yml

This file was deleted.

8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
[![GitHub stars][github stars]][packagist]
[![Total Downloads][total downloads]][packagist]
[![GitHub Workflow Status][github workflow status]][github actions link]
[![Scrutinizer code quality][code quality]][scrutinizer code quality]
[![Type Coverage][type coverage]][sheperd type coverage]
[![Code Coverage][code coverage]][scrutinizer code quality]
[![Read the Docs][badge readthedocs]][http readthedocs]
[![License][license]][packagist]

Expand All @@ -24,16 +22,10 @@ Read more on the [dedicated documentation site][http readthedocs].
https://img.shields.io/packagist/dt/ecphp/eu-login-api-authentication-bundle.svg?style=flat-square
[github workflow status]:
https://img.shields.io/github/actions/workflow/status/ecphp/eu-login-api-authentication-bundle/continuous-integration.yml?branch=master&style=flat-square
[code quality]:
https://img.shields.io/scrutinizer/quality/g/ecphp/eu-login-api-authentication-bundle/master.svg?style=flat-square
[scrutinizer code quality]:
https://scrutinizer-ci.com/g/ecphp/eu-login-api-authentication-bundle/?branch=master
[type coverage]:
https://img.shields.io/badge/dynamic/json?style=flat-square&color=color&label=Type%20coverage&query=message&url=https%3A%2F%2Fshepherd.dev%2Fgithub%2Fecphp%2Feu-login-api-authentication-bundle%2Fcoverage
[sheperd type coverage]:
https://shepherd.dev/github/ecphp/eu-login-api-authentication-bundle
[code coverage]:
https://img.shields.io/scrutinizer/coverage/g/ecphp/eu-login-api-authentication-bundle/master.svg?style=flat-square
[license]:
https://img.shields.io/packagist/l/ecphp/eu-login-api-authentication-bundle.svg?style=flat-square
[donate github]:
Expand Down

0 comments on commit e707276

Please sign in to comment.