Skip to content

Commit

Permalink
Merge pull request #27320 from nextcloud/add-xdebug-env-variable
Browse files Browse the repository at this point in the history
Add XDEBUG_MODE=coverage
  • Loading branch information
kesselb authored Jun 1, 2021
2 parents 4dc8a4d + a58057c commit 68a02bb
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 68a02bb

Please sign in to comment.