Test Failed
Push — master ( 67ec1c...f465f8 )
by Willy
06:35
created

Checkout Config

filter:
  excluded_paths:
    - 'tests/*'
checks:
  php: true
build:
  environment:
    php: '7.4'
  tests:
    override:
      -
        command: 'phpunit --coverage-clover=.coverage.tmp'
        coverage:
          file: '.coverage.tmp'
          format: 'clover'

Repository Config

# language: php

# tests: true