benanamen/perfect-flash

View on GitHub
codeception.yml

Summary

Maintainability
Test Coverage
namespace: Tests
support_namespace: Support
suites:
    unit:
        path: .

settings:
    shuffle: true
    lint: true
paths:
    tests: tests
    output: tests/_output
    support: tests/Support
    data: tests/Support/Data
coverage:
    enabled: true
    include:
        - src/*