Skip to content

Commit 151833a

Browse files
committed
fixed
1 parent 68be176 commit 151833a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,14 +95,14 @@ jobs:
9595
if [[ ${{ matrix.db-type }} == 'pgsql' ]]; then export db_dsn='postgres://postgres:postgres@127.0.0.1/test'; fi
9696
9797
if [[ ${{ matrix.php-version }} == '8.0' ]]; then
98-
export CODECOVERAGE=1 && vendor/bin/phpunit --verbose --coverage-clover=coverage.xml
98+
export XDEBUG_MODE=coverage && vendor/bin/phpunit --verbose --coverage-clover=coverage.xml
9999
else
100100
vendor/bin/phpunit
101101
fi
102102
103103
- name: Submit code coverage
104104
if: matrix.php-version == '8.0'
105-
uses: codecov/codecov-action@v1
105+
uses: codecov/codecov-action@v2
106106

107107
cs-stan:
108108
name: Coding Standard & Static Analysis

0 commit comments

Comments
 (0)