PHP Classes

File: .scrutinizer.yml

Recommend this page to a friend!
  Packages of Wolfy-J   spiral   .scrutinizer.yml   Download  
File: .scrutinizer.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: spiral
Modular Web application development framework
Author: By
Last change:
Date: 4 months ago
Size: 853 bytes
 

Contents

Class file image Download
build: image: default-bionic environment: php: version: 8.1.18 ini: "xdebug.mode": coverage dependencies: before: - > export COMPOSER_ROOT_VERSION=$(grep '"dev-master": ' composer.json | grep -P -o '[0-9]+.[0-9]+').x-dev override: - composer validate - composer update --prefer-dist --no-interaction --no-progress --optimize-autoloader --ansi nodes: analysis: tests: override: - php-scrutinizer-run phpunit: tests: override: - command: "./vendor/bin/phpunit --exclude-group scrutinizer-ignore --coverage-clover ./coverage.xml" on_node: 1 coverage: file: coverage.xml format: php-clover filter: excluded_paths: - 'tests/*' - 'src/*/tests' - 'src/Bridge/*/tests'