Passed
Push — master ( 315e77...e369d0 )
by Jonathan
16:56
created

Checkout Config

inherit: true

checks:
    php:
        code_rating: true
        duplication: true

filter:
    paths:
        - src/*

build:
    nodes:
        php71:
            environment:
                php: 7.1
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: composer test
                        coverage:
                            file: build/phpunit/clover.xml
                            format: php-clover
        php72:
            environment:
                php: 7.2
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: composer test
                        coverage:
                            file: build/phpunit/clover.xml
                            format: php-clover
        php73:
            environment:
                php: 7.3
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: composer test
                        coverage:
                            file: build/phpunit/clover.xml
                            format: php-clover

Repository Config

build:
    environment:
        variables:
            REPORTING_CLOUD_API_KEY: 'LcWizumDSITpR4KJSipp2VCAo2G8izLFoUsL7hbw'