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 b0016ab commit 471c310Copy full SHA for 471c310
.github/workflows/checks.yml
@@ -152,7 +152,7 @@ jobs:
152
mkdir -p build
153
docker run -i --rm --net=host --sig-proxy=true --pid=host \
154
-v "${GITHUB_WORKSPACE}":"${GITHUB_WORKSPACE}" -w "${GITHUB_WORKSPACE}" schema-registry-client:${{ matrix.php.version }} \
155
- XDEBUG_MODE=coverage vendor/bin/phpunit --exclude-group integration --coverage-clover=build/coverage.clover --coverage-text
+ -d xdebug.mode=coverage vendor/bin/phpunit --exclude-group integration --coverage-clover=build/coverage.clover --coverage-text
156
- name: Publish code coverage
157
if: ${{ matrix.php.version == '7.4' && matrix.php.composer == '--prefer-stable' && github.event_name == 'push' && github.ref == 'refs/heads/master' }}
158
uses: paambaati/[email protected]
0 commit comments