Passed
Push — 1.x ( 810ff7...18984d )
by Einar
22:23 queued 11:02
created

Checkout Config

tools:
  external_code_coverage:
    timeout: 600
    runs: 4
build:
    environment:
        variables:
            XDEBUG_MODE: 'coverage'
    tests:
        override:
            -
                command: 'vendor/bin/phpunit --coverage-clover=phpunit-coverage.xml'
                coverage:
                    file: 'phpunit-coverage.xml'
                    format: 'php-clover'

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php: {  }
tools:
    external_code_coverage:
        timeout: 600
        runs: 4