Passed
Branch removeCase (d91e80)
by Julien
06:02
created

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
        - '*.min.js'
        - '*/dist/*'
        - "resources/assets/js/*"
        - "resources/assets/jquery/*"
        - "resources/assets/boostrap/*"
        - "resources/assets/bootstrap-switch/*"
        - "resources/assets/bootstrap/js/*"
        - "resources/assets/bootstrap/package.js"
        - "resources/assets/bootstrap/Gruntfile.js"
checks:
    php: true
    javascript: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
            other:
                after_type_cast: false
build:
    environment:
        php:
            version: '7.1'
    tests:
        override:
            -
                command: 'vendor/bin/phpunit --coverage-clover=coverage.xml'
                coverage:
                    file: 'coverage.xml'
                    format: 'clover'

        after:        
            - bash <(curl -s https://codecov.io/bash) -t 78e7d135-4761-4b96-bb1d-2498df10c8bb