mirror of
https://codeberg.org/icewind/SMB.git
synced 2026-06-03 17:24:07 +02:00
get code coverage from both backends
This commit is contained in:
parent
50c9d0fd75
commit
db51c697e8
1 changed files with 3 additions and 1 deletions
|
|
@ -2,7 +2,9 @@ tools:
|
||||||
php_sim: true
|
php_sim: true
|
||||||
php_pdepend: true
|
php_pdepend: true
|
||||||
php_analyzer: true
|
php_analyzer: true
|
||||||
external_code_coverage: true
|
external_code_coverage:
|
||||||
|
timeout: 600
|
||||||
|
runs: 4
|
||||||
filter:
|
filter:
|
||||||
excluded_paths:
|
excluded_paths:
|
||||||
- 'tests/*'
|
- 'tests/*'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue