forked from elabftw/elabftw
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodeception.yml
More file actions
40 lines (40 loc) · 902 Bytes
/
codeception.yml
File metadata and controls
40 lines (40 loc) · 902 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
coverage:
enabled: true
show_uncovered: true
show_only_summary: true
include:
- src/AuditEvent/*
- src/Auth/*
- src/Commands/*
- src/Controllers/*
- src/Elabftw/*
- src/Enums/*
- src/Exceptions/*
- src/Factories/*
- src/Hash/*
- src/Import/*
- src/Interfaces/*
- src/Make/*
- src/Models/*
- src/Params/*
- src/Services/*
- src/Storage/*
- src/Traits/*
exclude:
- src/Commands/PopulateDatabase.php
- src/Commands/GenI18n4Js.php
actor: Tester
paths:
tests: tests
log: tests/_output
data: tests/_data
support: tests/_support
envs: tests/_envs
output: tests/_output
bootstrap: _bootstrap.php
settings:
colors: true
memory_limit: 1024M
extensions:
enabled:
- Codeception\Extension\RunFailed