PHP WebShell

Текущая директория: /usr/lib/node_modules/bitgo/node_modules/cashaddress

Просмотр файла: .scrutinizer.yml

filter:
    excluded_paths: [node_modules/*, build/*, lib/*, test/*]

build:
    dependencies:
        before:
            - npm install   # or add it as part of your package.json

    tests:
        override:
            -
                command: 'npm run coverage-test'
                coverage:
                    file: 'coverage/clover.xml'
                    format: 'clover'

Выполнить команду


Для локальной разработки. Не используйте в интернете!