We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 725a084 commit 93faefeCopy full SHA for 93faefe
.github/workflows/code-coverage.yml
@@ -77,7 +77,7 @@ jobs:
77
pwd
78
ls -la
79
echo "=== Running PHPUnit with coverage (without piping to tee) ==="
80
- php -d pcov.enabled=1 -d pcov.directory=${{ github.workspace }} vendor/bin/phpunit --dont-report-useless-tests --coverage-clover=coverage.xml --coverage-text 2>&1 | tail -100
+ php -d pcov.enabled=1 -d pcov.directory=${{ github.workspace }} vendor/bin/phpunit --coverage-clover=coverage.xml --coverage-text 2>&1 | tail -100
81
PHPUNIT_EXIT=$?
82
echo "=== Debug: PHPUnit exit code: $PHPUNIT_EXIT ==="
83
echo "=== Debug: After running PHPUnit ==="
0 commit comments