Scrutinizer GitHub App not installed

We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.

Install GitHub App

Test Failed
Branch development (f37cec)
by José
02:16
created

Repository Config

filter:
    paths:
        - 'app/*'
    excluded_paths:
        - 'resources/views/*'
        - 'config/*'
        - 'tests/*'
checks:
    php:
        properties_in_camelcaps: true
#        phpunit_assertions: true
        function_in_camel_caps: true
        encourage_single_quotes: true
#    javascript: true

coding_style:
    php:
        indentation:
            general:
                size: 2
        spaces:
            within:
                brackets: true


build:
    tests:
        override:
            -
                command: php artisan migrate --env=testing --no-interaction
                command: php artisan db:seed --env=testing --no-interaction
    environment: 
        php: 
            version: 7.0.*
            
        variables:
            APP_KEY: base64:D6N/Z/7E0B1M3l1GumT+Kp+JT7E4bzbeMRuxzV3CP1s=