mirror of
https://codeberg.org/icewind/SMB.git
synced 2026-06-03 17:24:07 +02:00
add code coverage whitelist
This commit is contained in:
parent
96b16502e4
commit
1e7809b74e
3 changed files with 5 additions and 2 deletions
|
|
@ -55,6 +55,5 @@ script:
|
||||||
|
|
||||||
after_script:
|
after_script:
|
||||||
- cd $CURRENT_DIR
|
- cd $CURRENT_DIR
|
||||||
- php vendor/bin/coveralls -v
|
|
||||||
- wget https://scrutinizer-ci.com/ocular.phar
|
- wget https://scrutinizer-ci.com/ocular.phar
|
||||||
- php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml
|
- php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,6 @@
|
||||||
"icewind/streams": ">=0.2.0"
|
"icewind/streams": ">=0.2.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"satooshi/php-coveralls" : "v1.0.0",
|
|
||||||
"phpunit/phpunit": "^4.8"
|
"phpunit/phpunit": "^4.8"
|
||||||
},
|
},
|
||||||
"autoload" : {
|
"autoload" : {
|
||||||
|
|
|
||||||
|
|
@ -3,4 +3,9 @@
|
||||||
<testsuite name='SMB'>
|
<testsuite name='SMB'>
|
||||||
<directory suffix='.php'>./</directory>
|
<directory suffix='.php'>./</directory>
|
||||||
</testsuite>
|
</testsuite>
|
||||||
|
<filter>
|
||||||
|
<whitelist processUncoveredFilesFromWhitelist="true">
|
||||||
|
<directory suffix=".php">../src</directory>
|
||||||
|
</whitelist>
|
||||||
|
</filter>
|
||||||
</phpunit>
|
</phpunit>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue