Passed
Push — master ( a23a93...b46b63 )
by Chubarov
28:25 queued 20:57
created

Checkout Config

build:
  tests:
    override:
      -
        command: "vendor/bin/phpunit --coverage-clover clover.xml"
        coverage:
           file: 'clover.xml'
           format: 'php-clover'
checks:
    php:
        code_rating: true
filter:
  excluded_paths:
    - tests/*
tools:
    php_code_coverage:
        test_command: vendor/bin/phpunit

Repository Config

# language: php

# tests: true