mirror of
https://github.com/Ne-Lexa/php-zip.git
synced 2025-08-17 12:43:05 +02:00
adds coverage
This commit is contained in:
@@ -19,4 +19,8 @@ before_script:
|
||||
|
||||
script:
|
||||
- composer validate --no-check-lock
|
||||
- vendor/bin/phpunit -v -c phpunit.xml
|
||||
- vendor/bin/phpunit -v -c phpunit.xml.dist --coverage-clover=coverage.clover
|
||||
|
||||
after_success:
|
||||
- wget https://scrutinizer-ci.com/ocular.phar
|
||||
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover
|
||||
|
Reference in New Issue
Block a user