travis: try phpdbg (#2576)

travis: try phpdbg
This commit is contained in:
Tomas Votruba 2020-01-06 12:59:05 +01:00 committed by GitHub
commit 28d471667d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 8 deletions

View File

@ -132,14 +132,11 @@ jobs:
# Stage 2
-
stage: coverage
stage: test
php: 7.3
name: Test Coverage
if: branch = master AND type = push
before_install:
- echo "keep xdebug"
script:
- vendor/bin/phpunit --coverage-clover coverage.xml
- phpdbg -qrr -d memory_limit=-1 vendor/bin/phpunit --coverage-clover coverage.xml
- wget https://github.com/php-coveralls/php-coveralls/releases/download/v2.1.0/php-coveralls.phar
- php php-coveralls.phar --verbose

View File

@ -19,9 +19,6 @@
<whitelist addUncoveredFilesFromWhitelist="false">
<directory suffix=".php">packages/*/src</directory>
<directory>src</directory>
<exclude>
<directory>tests/**/*Source/**</directory>
</exclude>
</whitelist>
</filter>
</phpunit>