Add XDEBUG_MODE=coverage

This should help the Codecov execution jobs.

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
This commit is contained in:
Lukas Reschke 2021-06-01 11:20:19 +02:00
parent 4dc8a4d8d9
commit a58057c45d
1 changed files with 2 additions and 0 deletions

View File

@ -2062,6 +2062,7 @@ steps:
environment:
CODECOV_TOKEN:
from_secret: CODECOV_TOKEN
XDEBUG_MODE: coverage
commands:
- phpenmod xdebug
- TEST_SELECTION=NODB ./autotest.sh sqlite
@ -2093,6 +2094,7 @@ steps:
environment:
CODECOV_TOKEN:
from_secret: CODECOV_TOKEN
XDEBUG_MODE: coverage
commands:
- phpenmod xdebug
- TEST_SELECTION=QUICKDB ./autotest.sh sqlite