mirror of
https://codeberg.org/icewind/SMB.git
synced 2026-06-03 17:24:07 +02:00
enable scrutinizer external code coverage
This commit is contained in:
parent
2601885185
commit
50c9d0fd75
2 changed files with 10 additions and 0 deletions
8
.scrutinizer.yml
Normal file
8
.scrutinizer.yml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
tools:
|
||||
php_sim: true
|
||||
php_pdepend: true
|
||||
php_analyzer: true
|
||||
external_code_coverage: true
|
||||
filter:
|
||||
excluded_paths:
|
||||
- 'tests/*'
|
||||
|
|
@ -49,3 +49,5 @@ script:
|
|||
after_script:
|
||||
- cd $CURRENT_DIR
|
||||
- php vendor/bin/coveralls -v
|
||||
- wget https://scrutinizer-ci.com/ocular.phar
|
||||
- php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue