Test Failed
Branch master (4d534c)
by Mohamed
03:16
created

Repository Config

build:
    environment:
        php: 7.4
        # variables:
        #     SS_ENVIRONMENT_TYPE: 'dev'
        #     SS_DATABASE_SERVER: '127.0.0.1'
        #     SS_DATABASE_USERNAME: 'root'
        #     SS_DATABASE_PASSWORD: ''
        #     SS_DATABASE_NAME: 'test'

    nodes:
        analysis:
            services:
                # For available tags, see https://hub.docker.com/_/mysql/
                mysql: 5.7
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run

        tests-and-coverage:
            environment:
                php: 7.4

            tests:
                override:
                    - command: composer coverage
                      on_node: 1
                      coverage:
                        file: coverage/clover.xml
                        format: php-clover

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