mirror of
https://github.com/owncloud/bookmarks.git
synced 2024-11-29 04:24:11 +01:00
344f14e3b6
Have a timeout for code coverage so that it does not turn red immediately. Just like in core.
14 lines
211 B
YAML
14 lines
211 B
YAML
filter:
|
|
excluded_paths:
|
|
- '3rdparty/*'
|
|
- 'js/3rdparty/*'
|
|
|
|
imports:
|
|
- javascript
|
|
- php
|
|
|
|
tools:
|
|
external_code_coverage:
|
|
timeout: 7200 # Timeout in seconds. 120 minutes
|
|
|