Skip to content

Commit

Permalink
Add XDEBUG_MODE=coverage
Browse files Browse the repository at this point in the history
This should help the Codecov execution jobs.

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
  • Loading branch information
LukasReschke committed Jun 1, 2021
1 parent 4dc8a4d commit a58057c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2062,6 +2062,7 @@ steps:
environment:
CODECOV_TOKEN:
from_secret: CODECOV_TOKEN
XDEBUG_MODE: coverage
commands:
- phpenmod xdebug
- TEST_SELECTION=NODB ./autotest.sh sqlite
Expand Down Expand Up @@ -2093,6 +2094,7 @@ steps:
environment:
CODECOV_TOKEN:
from_secret: CODECOV_TOKEN
XDEBUG_MODE: coverage
commands:
- phpenmod xdebug
- TEST_SELECTION=QUICKDB ./autotest.sh sqlite
Expand Down

0 comments on commit a58057c

Please sign in to comment.