Passed
Push — master ( ded7a4...c2e9da )
by Chubarov
06:15
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