Completed
Push — master ( f7bb8a...d4fffc )
by Francisco
12:49 queued 10:15
created

Checkout Config

# .scrutinizer.yml

filter:
    excluded_paths:
        - 'test/*'
checks:
    php: true
coding_style:
    php: {  }
    
build:
    tests:
        override:
            -
                command: 'phpunit --coverage-clover=build/log'
                coverage:
                    file: 'build/log'
                    format: 'php-clover'

Repository Config

filter:
    excluded_paths:
        - 'test/*'
checks:
    php: true
coding_style:
    php: {  }
build: true