mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-28 03:34:32 -06:00
18 lines
310 B
YAML
18 lines
310 B
YAML
actor: Tester
|
|
paths:
|
|
tests: tests
|
|
log: tests/_output
|
|
data: tests/_data
|
|
helpers: tests/_support
|
|
settings:
|
|
bootstrap: _bootstrap.php
|
|
colors: true
|
|
memory_limit: 1024M
|
|
modules:
|
|
config:
|
|
coverage:
|
|
enabled: true
|
|
remote: false
|
|
whitelist:
|
|
include:
|
|
- app/* |