Passed
Pull Request — develop (#1)
by Josh
02:39
created

Checkout Config

filter:
    excluded_paths: [tests/*, vendor/*]

credentials:
    http_basic:
        'nova.laravel.com':              # domain name
            username: [email protected]   # username
            password: cLSdTL2RGqP6yeTcDH4wSxXmrOPhwusQoyQ6XWcp   # password

build:
    nodes:
        coverage:
            tests:
                override:
                    - command: ./vendor/bin/phpunit --coverage-clover coverage/clover.xml
                      coverage:
                          file: coverage/clover.xml
                          format: clover

Repository Config

# language: php

# tests: true