Test Failed
Push — master ( 5ecb3f...7ce949 )
by Florian
06:25 queued 45s
created

Checkout Config

build:
  nodes:
    analysis:
      environment:
        php: 7.2.13
      project_setup:
        override: true
      tests:
        override:
          - php-scrutinizer-run --enable-security-analysis

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

checks:
  php:
    code_rating: true
    duplication: true

filter:
  paths: ["src/*"]

Repository Config

# language: php

# tests: true