Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2021-06-01 12:20:19 +0300
committerLukas Reschke <lukas@statuscode.ch>2021-06-01 12:21:13 +0300
commita58057c45dbae54d17494f4b8b4a08a0ffc22870 (patch)
tree662a733c1630b8f2253070ae971eadd749c8dcb4 /.drone.yml
parent4dc8a4d8d90787668a508cae4727ecbf0085959d (diff)
Add XDEBUG_MODE=coverage
This should help the Codecov execution jobs. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
index 6b20f01bca7..8217524fbb5 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -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