Test Failed
Push — master ( 089ede...0c94d3 )
by Michał
14:02 queued 07:53
created

Checkout Config

build:
  nodes:
    php73:
      environment:
        php: 7.3
    php74:
      environment:
        php: 7.4
    php80:
      environment:
        php: 8.0
    coverage:
      tests:
        override:
          - command: 'vendor/bin/phpunit --coverage-clover=build/logs/clover.xml'
            coverage:
              file: 'build/logs/clover.xml'
              format: 'clover'

Repository Config

checks:
        php:
            code_rating: true
            duplication: true
build:
    nodes:
        analysis:
            tests:
                override:
                    - php-scrutinizer-run
        tests: true