mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 01:57:13 +00:00
Remove external code coverage
This commit is contained in:
@@ -2,6 +2,14 @@ before_commands:
|
|||||||
- "composer install --no-dev --prefer-source"
|
- "composer install --no-dev --prefer-source"
|
||||||
|
|
||||||
tools:
|
tools:
|
||||||
|
external_code_coverage:
|
||||||
|
enabled: false
|
||||||
|
timeout: 300
|
||||||
|
filter:
|
||||||
|
excluded_paths: ["tests", "vendor"]
|
||||||
|
php_code_coverage:
|
||||||
|
enabled: false
|
||||||
|
test_command: phpunit -c phpunit.xml.dist
|
||||||
php_code_sniffer:
|
php_code_sniffer:
|
||||||
enabled: true
|
enabled: true
|
||||||
config:
|
config:
|
||||||
|
|||||||
Reference in New Issue
Block a user