Passed
Pull Request — master (#1)
by Dani
33:21 queued 31:25
created

Checkout Config

checks:
  php: true

build:
  environment:
    php:
      version: 7.4

  tests:
    override:
      - command: vendor/bin/phpunit --coverage-clover=coverage.xml
        coverage:
          file: coverage.xml
          format: clover

filter:
  paths:
    - 'src/*'
    - 'tests/*'

tools:
  php_code_coverage: true