From 18facaf93a5b9a6f6939004fff121661149e2aa9 Mon Sep 17 00:00:00 2001 From: Sergei Predvoditelev Date: Tue, 7 Jul 2026 08:03:32 +0300 Subject: [PATCH] Remove scrutinizer --- .gitattributes | 1 - .scrutinizer.yml | 43 ------------------------------------------- README.md | 3 +-- 3 files changed, 1 insertion(+), 46 deletions(-) delete mode 100644 .scrutinizer.yml diff --git a/.gitattributes b/.gitattributes index 76da65a..d2354a6 100644 --- a/.gitattributes +++ b/.gitattributes @@ -27,7 +27,6 @@ /.gitattributes export-ignore /.gitignore export-ignore /.phpunit-watcher.yml export-ignore -/.scrutinizer.yml export-ignore /.styleci.yml export-ignore /infection.json.dist export-ignore /phpunit.xml.dist export-ignore diff --git a/.scrutinizer.yml b/.scrutinizer.yml deleted file mode 100644 index 1b8b306..0000000 --- a/.scrutinizer.yml +++ /dev/null @@ -1,43 +0,0 @@ -checks: - php: true - -filter: - paths: - - "src/*" - -build: - image: default-bionic - - environment: - php: - version: 8.0.11 - ini: - "xdebug.mode": coverage - - nodes: - analysis: - tests: - override: - - php-scrutinizer-run - - phpunit: - services: - postgres: 13 - - dependencies: - override: - - composer self-update - - composer update --prefer-dist --no-interaction --no-progress --optimize-autoloader --ansi - - tests: - before: - - sed -i "s/'pgsql:host=127.0.0.1;dbname=yiitest'/'pgsql:host=127.0.0.1;dbname=scrutinizer'/" tests/TestCase.php - - sed -i "s/'root'/'scrutinizer'/" tests/TestCase.php - - sed -i "s/'root-password'/'scrutinizer'/" tests/TestCase.php - - override: - - command: "./vendor/bin/phpunit --coverage-clover ./coverage.xml" - on_node: 1 - coverage: - file: coverage.xml - format: php-clover diff --git a/README.md b/README.md index 4109eb0..85343f0 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,7 @@ [![Latest Stable Version](https://poser.pugx.org/yiisoft/mutex-pdo-pgsql/v)](https://packagist.org/packages/yiisoft/mutex-pdo-pgsql) [![Total Downloads](https://poser.pugx.org/yiisoft/mutex-pdo-pgsql/downloads)](https://packagist.org/packages/yiisoft/mutex-pdo-pgsql) [![Build status](https://github.com/yiisoft/mutex-pdo-pgsql/actions/workflows/build.yml/badge.svg)](https://github.com/yiisoft/mutex-pdo-pgsql/actions/workflows/build.yml) -[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/yiisoft/mutex-pdo-pgsql/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/yiisoft/mutex-pdo-pgsql/?branch=master) -[![Code Coverage](https://scrutinizer-ci.com/g/yiisoft/mutex-pdo-pgsql/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/yiisoft/mutex-pdo-pgsql/?branch=master) +[![Code Coverage](https://codecov.io/gh/yiisoft/mutex-pdo-pgsql/branch/master/graph/badge.svg)](https://codecov.io/gh/yiisoft/mutex-pdo-pgsql) [![Mutation testing badge](https://img.shields.io/endpoint?style=flat&url=https%3A%2F%2Fbadge-api.stryker-mutator.io%2Fgithub.com%2Fyiisoft%2Fmutex-pdo-pgsql%2Fmaster)](https://dashboard.stryker-mutator.io/reports/github.com/yiisoft/mutex-pdo-pgsql/master) [![static analysis](https://github.com/yiisoft/mutex-pdo-pgsql/workflows/static%20analysis/badge.svg)](https://github.com/yiisoft/mutex-pdo-pgsql/actions?query=workflow%3A%22static+analysis%22) [![type-coverage](https://shepherd.dev/github/yiisoft/mutex-pdo-pgsql/coverage.svg)](https://shepherd.dev/github/yiisoft/mutex-pdo-pgsql)