diff --git a/blog-api/.scrutinizer.yml b/blog-api/.scrutinizer.yml deleted file mode 100644 index f6173517..00000000 --- a/blog-api/.scrutinizer.yml +++ /dev/null @@ -1,40 +0,0 @@ -checks: - php: true - -filter: - paths: - - "src/*" - -build: - image: default-bionic - - environment: - variables: - YII_ENV: test - - php: - version: 8.1.8 - ini: - xdebug.mode: coverage - - nodes: - analysis: - tests: - override: - - php-scrutinizer-run - - codeception: - dependencies: - override: - - composer self-update - - composer update --prefer-dist --no-interaction --no-progress --optimize-autoloader --ansi - - tests: - override: - - command: | - ./yii serve 127.0.0.1:8080 > ./runtime/yii.log 2>&1 & - vendor/bin/codecept run --coverage-xml --env github-ci - on_node: 1 - coverage: - file: runtime/tests/_output/coverage.xml - format: php-clover diff --git a/blog-api/README.md b/blog-api/README.md index 7c1ade34..ddb3136d 100644 --- a/blog-api/README.md +++ b/blog-api/README.md @@ -9,7 +9,6 @@ [![Latest Stable Version](https://poser.pugx.org/yiisoft/demo-api/v/stable.png)](https://packagist.org/packages/yiisoft/demo-api) [![Total Downloads](https://poser.pugx.org/yiisoft/demo-api/downloads.png)](https://packagist.org/packages/yiisoft/demo-api) [![Build status](https://github.com/yiisoft/demo-api/workflows/build/badge.svg)](https://github.com/yiisoft/demo-api/actions?query=workflow%3Abuild) -[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/yiisoft/demo-api/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/yiisoft/demo-api/?branch=master) [![static analysis](https://github.com/yiisoft/demo-api/workflows/static%20analysis/badge.svg)](https://github.com/yiisoft/demo-api/actions?query=workflow%3A%22static+analysis%22) API Demo application for Yii 3.