Passed
Branch 2.0 (46730f)
by Zhengchao
10:13
created

Checkout Config

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

Repository Config

# language: