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,13 @@ settings:
|
||||
colors: true
|
||||
memory_limit: 1024M
|
||||
log: true
|
||||
coverage:
|
||||
enabled: true
|
||||
whitelist:
|
||||
include:
|
||||
- ../../../console/*
|
||||
exclude:
|
||||
- ../../../console/config/*
|
||||
- ../../../console/runtime/*
|
||||
- ../../../console/migrations/*
|
||||
- ../../../console/views/*
|
||||
|
||||
Reference in New Issue
Block a user