Passed
Branch master (e96466)
by Chubarov
02:07 queued 32s
created

Checkout Config

build:
  tests:
    override:
      -
        command: "vendor/bin/phpunit --coverage-clover clover.xml"
        coverage:
          file: clover.xml
          format: clover
filter:
  excluded_paths:
    - tests/*

Repository Config

build:
  tests:
    override:
      -
        command: "vendor/bin/phpunit --coverage-clover clover.xml"
        coverage:
          file: clover.xml
          format: clover
filter:
  excluded_paths:
    - tests/*