Completed
Branch fix/scrutinizer-for-coverage/m... (ef40e2)
by Simone
08:08 queued 04:48
created

Checkout Config

build:
    environment:
        php:
            version: 7.0.7
    tests:
        override:
            -
                command: 'vendor/bin/phpunit --coverage-clover=some-file'
                coverage:
                    file: 'some-file'
                    format: 'clover'

Repository Config

filter:
    excluded_paths:
        - 'test/*'
        
checks:
    php: true
    
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
                
build:
    environment:
        php:
            version: 7.0.7