Skip to content
Snippets Groups Projects
Select Git revision
2 results Searching

labcomm.c

Blame
  • Forked from Anders Blomdell / LabComm
    Source project has a limited visibility.
    codeception.yml 373 B
    actor: Tester
    paths:
        tests: tests
        log: tests/_output
        data: tests/_data
        support: tests/_support
        envs: tests/_envs
        bootstrap: _bootstrap.php
    settings:
        colors: true
        memory_limit: 1024M
    extensions:
        enabled:
            - Codeception\Extension\RunFailed
    coverage:
        enabled: true
        include:
            - app/*
        exclude:
            - app/cache/*