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

.scrutinizer.yml - github.com/nextcloud/twofactor_gateway.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 90b535b762770817cd13179eca0ec8d27bc41834 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
build:
    environment:
        php: "7.4"
    nodes:
        analysis:
            tests:
                override:
                    - php-scrutinizer-run
filter:
    excluded_paths:
        - 'l10n/*'
        - 'tests/'
        - 'vendor/*'
imports:
    - php
tools:
    external_code_coverage: true