mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-11 02:36:11 +01:00
Daniel Siepmann
070e901dbb
* FEATURE: Add code coverage for tests to travis and scrutinizer * To detect which parts still need to be tested * BUGFIX: Fix broken TYPO3 installation for tests * We need the source, otherwise a base test file will be missing
38 lines
746 B
YAML
38 lines
746 B
YAML
filter:
|
|
excluded_paths:
|
|
- 'Configuration/*'
|
|
- 'Documentation/*'
|
|
- 'Resources/*'
|
|
paths:
|
|
- 'Classes/*'
|
|
- 'Tests/*'
|
|
tools:
|
|
|
|
php_cpd:
|
|
enabled: true
|
|
|
|
php_code_sniffer:
|
|
enabled: true
|
|
config:
|
|
standard: TYPO3CMS
|
|
|
|
php_hhvm:
|
|
enabled: true
|
|
config:
|
|
use_undeclared_constant: false
|
|
|
|
php_mess_detector:
|
|
enabled: true
|
|
config:
|
|
controversial_rules:
|
|
superglobals: false
|
|
|
|
php_pdepend:
|
|
enabled: true
|
|
|
|
php_analyzer:
|
|
enabled: true
|
|
# We generate code coverage during tests at travis and will send them here
|
|
external_code_coverage:
|
|
runs: 2
|
|
timeout: 1200
|