Passed
Push — weight_redistributor ( 3dbf8e...604e3b )
by Doug
04:09 queued 38s
created

Checkout Config

checks:
  php: true

filter:
  excluded_paths:
    - 'features/'
    - 'tests/'

build:
  environment:
    # Languages
    php:
      version: "7.1"

build:
  nodes:
    analysis:
      project_setup:
        override: true
      tests:
        override:
        - [php-scrutinizer-run]
        -
          command: 'vendor/bin/phpunit --coverage-clover=build/phpunit.clover --exclude-group efficiency'
          coverage:
            file: 'build/phpunit.clover'
            format: 'clover'
        -
          command: 'vendor/bin/behat'
          coverage:
            file: 'build/behat.clover'
            format: 'clover'