Passed
Branch improve-scrutinizer (4704cf)
by Ayan
02:37
created

Checkout Config

build:
  nodes:
    analysis:
      tests:
        override:
          - php-scrutinizer-run
          - phpcs-run
          - command: vendor/bin/phpunit --coverage-clover 'coverage/clover.xml'
            coverage:
              file: coverage/clover.xml
              format: clover

Repository Config

# language: php

# tests: true