Passed
Push — master ( 771de6...3bfac7 )
by David
04:45 queued 02:07
created

Checkout Config

build:
  nodes:
    coverage:
      tests:
        override:
        - command: php ./vendor/bin/phpunit ./tests --coverage-clover './reports/clover.xml'
          coverage:
            file: ./reports/clover.xml
            format: clover

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
        tests: true
filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php: {  }