We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a76ace commit 4e78603Copy full SHA for 4e78603
.github/workflows/ci.yml
@@ -68,7 +68,7 @@ jobs:
68
if [[ ${{ matrix.db-type }} == 'mysql' ]]; then export DB_URL='mysql://root:[email protected]/cakephp?encoding=utf8'; fi
69
if [[ ${{ matrix.db-type }} == 'pgsql' ]]; then export DB_URL='postgres://postgres:[email protected]/postgres'; fi
70
if [[ ${{ matrix.php-version }} == '8.1' ]]; then
71
- export CODECOVERAGE=1 && vendor/bin/phpunit --display-deprecations --display-incomplete --display-skipped --coverage-clover=coverage.xml
+ export CODECOVERAGE=1 && vendor/bin/phpunit --coverage-clover=coverage.xml
72
else
73
vendor/bin/phpunit
74
fi
0 commit comments