Test Setup Failed
Branch main (f3af81)
by Daniel
18:18
created

Checkout Config

build:
  nodes:
    analysis:
      tests:
        override:
          - phpcs-run
          - php-scrutinizer-run
    my-tests:
      environment:
        php:
          version: 7.4
      tests:
        override:
          - command: composer app:test
            coverage:
              file: var/phpunit/coverage.xml
              format: php-clover

Repository Config

# language: php

# tests: true