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:
@@ -15,3 +15,15 @@ config:
|
||||
# the entry script URL (with host info) for functional tests
|
||||
# PLEASE ADJUST IT TO THE ACTUAL ENTRY SCRIPT URL
|
||||
test_entry_url: http://localhost:8080/api/web/index-test.php
|
||||
coverage:
|
||||
enabled: true
|
||||
remote: true
|
||||
whitelist:
|
||||
include:
|
||||
- ../../../api/*
|
||||
exclude:
|
||||
- ../../../api/config/*
|
||||
- ../../../api/mails/*
|
||||
- ../../../api/web/*
|
||||
- ../../../api/runtime/*
|
||||
c3url: 'http://localhost:8080/api/web/index-test.php'
|
||||
|
Reference in New Issue
Block a user