Passed
Push — master ( 011fe4...50b529 )
by Pauli
01:56
created

Checkout Config

imports:
    - javascript
    - php

filter:
    excluded_paths: [3rdparty/*, js/vendor/*, js/public/app.js, tests/]
    dependency_paths:
        - vendor/christophwurst/nextcloud

tools:
    external_code_coverage:
        timeout: 300    # Timeout in seconds, 5 minutes
        runs: 2         # Scrutinizer waits for the first 2 coverage submissions (unit & integration)

build:
    nodes:
        analysis:
            dependencies:
                before:
                    - composer require --dev "christophwurst/nextcloud ^12.0.0"
            tests:
                override:
                    - php-scrutinizer-run