Passed
Push — master ( 715462...2d5bec )
by Ion
03:41
created

Checkout Config

build:
  environment:
    php:
      version: 7.4
  nodes:
    build:
      project_setup:
        override:
          - 'true'
      tests:
        before:
          - bin/console doctrine:database:create -n
          - bin/console doctrine:migrations:migrate -n
        override:
          -
            command: bin/phpunit
            coverage:
              file: clover.xml
              format: clover
          -
            command: phpcs-run
            use_website_config: true
    analysis:
      tests:
        override:
          - php-scrutinizer-run
filter:
  excluded_paths:
    - 'tests/*'
    - 'bin/*'
checks:
  php: true
coding_style:
  php: {  }

Repository Config

build:
  environment:
    php:
      version: 7.4
      pecl_extensions:
        - redis
  services:
    mariadb: 10
    redis: 6
  nodes:
#    build:
#      project_setup:
#        override:
#          - 'true'
#      tests:
#        before:
#          - bin/console doctrine:database:create -n
#          - bin/console doctrine:migrations:migrate -n
#        override:
#          -
#            command: bin/phpunit
#            coverage:
#              file: clover.xml
#              format: clover
#          -
#            command: phpcs-run
#            use_website_config: true
    analysis:
      tests:
        override:
          - php-scrutinizer-run
filter:
  excluded_paths:
    - 'tests/*'
    - 'bin/*'
checks:
  php: true
coding_style:
  php: {  }