File ".scrutinizer.yml"

Full Path: /home/fundopuh/trader.fxex.org/vendor/kingflamez/laravelrave/.scrutinizer.yml
File size: 359 bytes
MIME-type: text/plain
Charset: utf-8

checks:
    php: true
filter:
    paths: ["src/*"]
    excluded_paths:
        - tests/*
        - resources/*
        - vendors/*

build:
    tests:
        override:
            -
                command: 'vendor/bin/phpunit --coverage-clover=clover.yml'
                coverage:
                    file: 'clover.yml'
                    format: 'clover'