Created
June 26, 2017 15:51
-
-
Save rmrevin/46ae38f860d75b4ab23113cad0ded885 to your computer and use it in GitHub Desktop.
root codeception.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
include: | |
- 'erp-app/tests' | |
- 'hub-app/tests' | |
- 'storage-app/tests' | |
paths: | |
log: _output | |
settings: | |
colors: true | |
coverage: | |
enabled: true | |
include: | |
- common/authclient/*.php | |
- common/commands/*.php | |
- common/config/*.php | |
- common/helpers/*.php | |
- erp-app/_assets/*.php | |
- erp-app/commands/*.php | |
- erp-app/components/*.php | |
- erp-app/config/*.php | |
- erp-app/controllers/*.php | |
- erp-modules/*.php | |
- hub-app/_assets/*.php | |
- hub-app/commands/*.php | |
- hub-app/components/*.php | |
- hub-app/config/*.php | |
- hub-app/controllers/*.php | |
- hub-modules/*.php | |
- storage-app/_assets/*.php | |
- storage-app/commands/*.php | |
- storage-app/components/*.php | |
- storage-app/config/*.php | |
- storage-app/controllers/*.php | |
- storage-modules/*.php | |
- services/*.php | |
- globals.php | |
exclude: | |
- vendor |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment