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 68be176 commit 151833aCopy full SHA for 151833a
.github/workflows/ci.yml
@@ -95,14 +95,14 @@ jobs:
95
if [[ ${{ matrix.db-type }} == 'pgsql' ]]; then export db_dsn='postgres://postgres:postgres@127.0.0.1/test'; fi
96
97
if [[ ${{ matrix.php-version }} == '8.0' ]]; then
98
- export CODECOVERAGE=1 && vendor/bin/phpunit --verbose --coverage-clover=coverage.xml
+ export XDEBUG_MODE=coverage && vendor/bin/phpunit --verbose --coverage-clover=coverage.xml
99
else
100
vendor/bin/phpunit
101
fi
102
103
- name: Submit code coverage
104
if: matrix.php-version == '8.0'
105
- uses: codecov/codecov-action@v1
+ uses: codecov/codecov-action@v2
106
107
cs-stan:
108
name: Coding Standard & Static Analysis
0 commit comments