Passed
Push — master ( c66683...8a61e6 )
by Alexander
05:02
created

Checkout Config

filter:
  excluded_paths:
    - 'tests/*'
checks:
  php: true
build:
  nodes:
    php71:
      environment:
        php: 7.1
    php72:
      environment:
        php: 7.2
    php73:
      environment:
        php: 7.3
    php74:
      environment:
        php: 7.4
    coverage:
      tests:
        override:
          - command: 'XDEBUG_MODE=coverage vendor/bin/phpunit --coverage-clover=phpunit-coverage.xml'
            coverage:
              file: 'phpunit-coverage.xml'
              format: 'php-clover'
    analysis:
      tests:
        override:
          - command: phpcs-run
            use_website_config: true
          - php-scrutinizer-run
  tests:
    override:
      - command: 'vendor/bin/phpunit'

Repository Config

# language:
filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
build:
    nodes:
        tests: true
        analysis:
            tests:
                override:
                    -
                        command: phpcs-run
                        use_website_config: true
                    - php-scrutinizer-run
    tests:
        override:
            -
                command: 'XDEBUG_MODE=coverage vendor/bin/phpunit --coverage-clover=phpunit-coverage.xml'
                coverage:
                    file: 'phpunit-coverage.xml'
                    format: 'php-clover'