From e707276f4f4de74009f7d420b8b531124ffbdb54 Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Thu, 4 May 2023 17:39:07 +0200 Subject: [PATCH] ci: get rid of scrutinizer --- .github/workflows/continuous-integration.yml | 6 ++---- .scrutinizer.yml | 21 -------------------- README.md | 8 -------- 3 files changed, 2 insertions(+), 33 deletions(-) delete mode 100644 .scrutinizer.yml diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 408a906..f7b7601 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -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 diff --git a/.scrutinizer.yml b/.scrutinizer.yml deleted file mode 100644 index 7634701..0000000 --- a/.scrutinizer.yml +++ /dev/null @@ -1,21 +0,0 @@ -build: - nodes: - analysis: - environment: - php: - version: 7.4 - tests: - override: - - php-scrutinizer-run - -filter: - paths: - - "src/*" - -tools: - external_code_coverage: - timeout: 600 - php_loc: true - php_pdepend: true - php_sim: true - php_changetracking: true diff --git a/README.md b/README.md index 665634b..e342b3f 100644 --- a/README.md +++ b/README.md @@ -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] @@ -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]: