From 5577f470145f211bf6c2aaca9a34efd2d1918e4a Mon Sep 17 00:00:00 2001 From: Sergei Predvoditelev Date: Wed, 8 Jan 2025 20:35:18 +0300 Subject: [PATCH] Remove scrutinizer --- .gitattributes | 1 - .scrutinizer.yml | 30 ------------------------------ README.md | 3 +-- 3 files changed, 1 insertion(+), 33 deletions(-) delete mode 100644 .scrutinizer.yml diff --git a/.gitattributes b/.gitattributes index 862e728..7382fb1 100644 --- a/.gitattributes +++ b/.gitattributes @@ -26,7 +26,6 @@ /.editorconfig export-ignore /.gitattributes export-ignore /.gitignore export-ignore -/.scrutinizer.yml export-ignore /.dockerignore export-ignore /.phpunit-watcher.yml export-ignore /.styleci.yml export-ignore diff --git a/.scrutinizer.yml b/.scrutinizer.yml deleted file mode 100644 index a80e39c..0000000 --- a/.scrutinizer.yml +++ /dev/null @@ -1,30 +0,0 @@ -checks: - php: true - -filter: - paths: - - src/ - -build: - image: default-bionic - - nodes: - analysis: - tests: - override: - - php-scrutinizer-run - - phpunit: - environment: - docker: true - dependencies: - override: - - cd tests && docker-compose build php82 - - tests: - override: - - command: docker-compose run --rm php82 vendor/bin/phpunit --coverage-clover tests/runtime/coverage.xml - on_node: 1 - coverage: - file: tests/runtime/coverage.xml - format: php-clover diff --git a/README.md b/README.md index 480c1f2..7db2d60 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,7 @@ AMQP adapter based on [php-amqplib](https://github.com/php-amqplib/php-amqplib) [![Latest Stable Version](https://poser.pugx.org/yiisoft/queue-amqp/v)](https://packagist.org/packages/yiisoft/queue-amqp) [![Total Downloads](https://poser.pugx.org/yiisoft/queue-amqp/downloads)](https://packagist.org/packages/yiisoft/queue-amqp) [![Build status](https://github.com/yiisoft/queue-amqp/actions/workflows/build.yml/badge.svg)](https://github.com/yiisoft/queue-amqp/actions/workflows/build.yml) -[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/yiisoft/queue-amqp/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/yiisoft/queue-amqp/?branch=master) -[![Code Coverage](https://scrutinizer-ci.com/g/yiisoft/queue-amqp/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/yiisoft/queue-amqp/?branch=master) +[![Code Coverage](https://codecov.io/gh/yiisoft/queue-amqp/branch/master/graph/badge.svg)](https://codecov.io/gh/yiisoft/queue-amqp) [![static analysis](https://github.com/yiisoft/queue-amqp/workflows/static%20analysis/badge.svg)](https://github.com/yiisoft/queue-amqp/actions?query=workflow%3A%22static+analysis%22) [![Mutation testing badge](https://img.shields.io/endpoint?style=flat&url=https%3A%2F%2Fbadge-api.stryker-mutator.io%2Fgithub.com%2Fyiisoft%2Fqueue-amqp%2Fmaster)](https://dashboard.stryker-mutator.io/reports/github.com/yiisoft/queue-amqp/master) [![type-coverage](https://shepherd.dev/github/yiisoft/queue-amqp/coverage.svg)](https://shepherd.dev/github/yiisoft/queue-amqp)