mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Add code coverage tests
This commit is contained in:
parent
6f4a337517
commit
91f6690aeb
1 changed files with 7 additions and 0 deletions
|
|
@ -9,3 +9,10 @@ settings:
|
||||||
colors: true
|
colors: true
|
||||||
memory_limit: 1024M
|
memory_limit: 1024M
|
||||||
error_level: "E_ALL & ~E_STRICT & ~E_DEPRECATED & ~E_NOTICE"
|
error_level: "E_ALL & ~E_STRICT & ~E_DEPRECATED & ~E_NOTICE"
|
||||||
|
coverage:
|
||||||
|
enabled: true
|
||||||
|
whitelist:
|
||||||
|
include:
|
||||||
|
- common/framework/*
|
||||||
|
exclude:
|
||||||
|
- common/framework/drivers/*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue