Skip to content

Instantly share code, notes, and snippets.

@rmrevin
Created June 26, 2017 15:51
Show Gist options
  • Save rmrevin/46ae38f860d75b4ab23113cad0ded885 to your computer and use it in GitHub Desktop.
Save rmrevin/46ae38f860d75b4ab23113cad0ded885 to your computer and use it in GitHub Desktop.
root codeception.yml
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