Passed
Push — master ( 9a9d10...2a497e )
by Ruslan
03:25 queued 12s
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