Completed
Branch master (91b582)
by Chubarov
05:50 queued 03:01
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

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php: {  }
build: true