Passed
Push — master ( d836a7...eb6b18 )
by xu
07:39 queued 15s
created

Checkout Config

checks:
    php:
        code_rating: true
        duplication: true
filter:
    excluded_paths:
        - tests/*
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