Test Setup Failed
Branch main (ca5162)
by N.
09:50
created

Checkout Config

imports:
    - php

filter:
    excluded_paths: [vendor/*, test/*, src/_data/skarp/*]

build:
    image: default-bionic

    nodes:
        my-tests:
            environment:
                php:
                    version: 8.4.0
        analysis:
            tests:
                override:
                    - php-scrutinizer-run
    tests:
        override:
            -   command: "composer phpunit"
                coverage:
                    file: "docs/coverage.xml"
                    format: "clover"

Repository Config

# language: php

# tests: true