x Sorry, these patches are not available anymore due to data migration. Please run a fresh inspection.
Passed
Push — master ( fdfdad...df45c1 )
by Zhengchao
02:03
created

Checkout Config

checks:
    php:
        code_rating: true
        duplication: true
filter:
    excluded_paths:
        - tests/*
        - vendor/*
build:
    tests:
        override:
            -
                command: ./vendor/bin/phpunit --coverage-clover=my-coverage-file
                coverage:
                    file: my-coverage-file
                    format: php-clover

Repository Config

# language: php

# tests: true