Completed
Branch 2.0.0 (f34df1)
by Chubarov
05:59
created

Checkout Config

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

Repository Config

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