1
0
mirror of https://github.com/chylex/Lightning-Tracker.git synced 2024-10-17 01:42:46 +02:00
Lightning-Tracker/build/coverage/codeception.yml

25 lines
426 B
YAML

paths:
tests: tests
output: tests/_output
data: tests/_data
support: tests/_support
envs: tests/_envs
actor_suffix: Tester
extensions:
enabled:
- Codeception\Extension\RunFailed
coverage:
enabled: true
remote: true
include:
- './*'
exclude:
- 'c3.php'
- 'codeception.yml'
- 'composer.json'
- 'composer.lock'
- '~database/*'
- '~resources/*'
- 'tests/*'
- 'vendor/*'