Test Failed
Pull Request — develop (#21)
by Pieter van der
07:09
created

Checkout Config

filter:
    excluded_paths:
        - 'library/tiqr/tests/*'
        - 'TestServer/*'

checks:
    php:
        code_rating: true
        duplication: true

coding_style:
    php: {  }
    
build:
    nodes:
        analysis:
            tests:
                override:
                    - php-scrutinizer-run
        coverage:
            tests:
                override:
                    - command: XDEBUG_MODE=coverage; ./vendor/bin/phpunit
                      coverage:
                          file: coverage.xml
                          format: clover

Repository Config

filter:
    excluded_paths:
        - 'library/tiqr/tests/*'
checks:
    php: true
coding_style:
    php: {  }