Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.scrutinizer.yml - github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 356fd77d6535e402f581fa7a02787b12ebd089c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
build:
    nodes:
        analysis:
            tests:
                override:
                    - php-scrutinizer-run

filter:
    excluded_paths:
        - 'build/*'
        - 'l10n/*'
        - 'src/tests/*'
        - 'tests/'
        - 'vendor/*'

imports:
    - javascript
    - php

tools:
    external_code_coverage:
        timeout: 1200 # Timeout in seconds. 20 minutes
        runs: 2