Passed
Push — master ( abeea0...8d7325 )
by Alec
01:28
created

Checkout Config

build:
  nodes:
    analysis:
      tests:
        override:
        - php-scrutinizer-run

    tests-and-coverage:
      tests:
        override:
        - command: 'php ./vendor/bin/phpunit --coverage-clover=clover.xml'
          coverage:
            file: clover.xml
            format: clover

filter:
  paths:
    - src/

  excluded_paths:
    - tests/

Repository Config

# language: php

# tests: true