Passed
Branch master (2760ac)
by Dmitriy
43s
created

Checkout Config

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

filter:
  excluded_paths:
    - tests/*