mirror of
https://github.com/elyby/accounts.git
synced 2025-05-31 14:11:46 +05:30
Настроен code coverage для тестов php части
This commit is contained in:
@ -11,3 +11,11 @@ settings:
|
||||
colors: true
|
||||
memory_limit: 1024M
|
||||
log: true
|
||||
coverage:
|
||||
enabled: true
|
||||
whitelist:
|
||||
include:
|
||||
- ../../../common/*
|
||||
exclude:
|
||||
- ../../../common/config/*
|
||||
- ../../../common/mail/*
|
||||
|
Reference in New Issue
Block a user