From 62fefdfc913fc7c76a38999b44bba61e414d2f18 Mon Sep 17 00:00:00 2001 From: Sergei Predvoditelev Date: Sun, 12 Jul 2026 14:38:08 +0300 Subject: [PATCH] Remove scrutinizer --- .github/workflows/build.yml | 2 ++ .scrutinizer.yml | 35 ----------------------------------- README.md | 3 +-- 3 files changed, 3 insertions(+), 37 deletions(-) delete mode 100644 .scrutinizer.yml diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0907895..609ea09 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,6 +22,8 @@ concurrency: jobs: phpunit: uses: yiisoft/actions/.github/workflows/phpunit.yml@master + secrets: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: php: >- ['8.0', '8.1'] diff --git a/.scrutinizer.yml b/.scrutinizer.yml deleted file mode 100644 index 61fb502..0000000 --- a/.scrutinizer.yml +++ /dev/null @@ -1,35 +0,0 @@ -checks: - php: true - -filter: - paths: - - src/ - -build: - image: default-bionic - - environment: - php: - version: 8.0.18 - ini: - xdebug.mode: coverage - - nodes: - analysis: - tests: - override: - - php-scrutinizer-run - - phpunit: - dependencies: - override: - - composer self-update - - composer update --prefer-dist --no-interaction --no-progress --optimize-autoloader --ansi - - tests: - 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 2c56b92..e6693ff 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,7 @@ [![Latest Stable Version](https://poser.pugx.org/yiisoft/classifier/v)](https://packagist.org/packages/yiisoft/classifier) [![Total Downloads](https://poser.pugx.org/yiisoft/classifier/downloads)](https://packagist.org/packages/yiisoft/classifier) [![Build status](https://github.com/yiisoft/classifier/actions/workflows/build.yml/badge.svg)](https://github.com/yiisoft/classifier/actions/workflows/build.yml) -[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/yiisoft/classifier/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/yiisoft/classifier/?branch=master) -[![Code Coverage](https://scrutinizer-ci.com/g/yiisoft/classifier/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/yiisoft/classifier/?branch=master) +[![Code Coverage](https://codecov.io/gh/yiisoft/classifier/branch/master/graph/badge.svg)](https://codecov.io/gh/yiisoft/classifier) [![Mutation testing badge](https://img.shields.io/endpoint?style=flat&url=https%3A%2F%2Fbadge-api.stryker-mutator.io%2Fgithub.com%2Fyiisoft%2Fclassifier%2Fmaster)](https://dashboard.stryker-mutator.io/reports/github.com/yiisoft/classifier/master) [![static analysis](https://github.com/yiisoft/classifier/workflows/static%20analysis/badge.svg)](https://github.com/yiisoft/classifier/actions?query=workflow%3A%22static+analysis%22) [![type-coverage](https://shepherd.dev/github/yiisoft/classifier/coverage.svg)](https://shepherd.dev/github/yiisoft/classifier)