Completed
Push — master ( b75b88...5e74d9 )
by Guilherme Luiz Argentino
06:45 queued 01:07
created

Checkout Config

checks:
    php:
        code_rating: true
        duplication: true
        
filter:
    excluded_paths: [vendor/*]
    excluded_paths: [tests/*]

tools:
    php_mess_detector: true
    php_cpd: true
    php_pdepend:
        excluded_dirs: [vendor]
        
build:
    dependencies:
        before:
            - php -r "file_exists('.env') || copy('.env.example', '.env');"
            - php artisan key:generate
    tests:
        override:
            -
                command: 'vendor/bin/phpunit --coverage-clover=xrsites'
                coverage:
                    file: 'xrsites'
                    format: 'clover'

Repository Config

# language: php

# tests: true