Passed
Push — master ( 32f4fa...9a9d10 )
by Pavel
02:45
created

Checkout Config

build:
  tests:
    override:
      -
        command: phpunit --coverage-clover=build/clover.xml
        coverage:
          file: build/clover.xml
          format: php-clover

filter:
  excluded_paths:
    - "Test/"               # Everything in a root level "tests" directory
    - "Tests/"              # Without trailing "/", just ignores a single file name "tests"

Repository Config

checks:
    php: true

build: true