Skip to content

Commit 9ae71ad

Browse files
committed
Hello codecov 🚀
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
1 parent 7f9a5e8 commit 9ae71ad

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.drone.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2077,10 +2077,10 @@ steps:
20772077
CODECOV_TOKEN:
20782078
from_secret: CODECOV_TOKEN
20792079
commands:
2080-
- phpenmod xdebug
2081-
- TEST_SELECTION=NODB ./autotest.sh sqlite
2082-
- wget https://codecov.io/bash -O codecov.sh
2083-
- bash codecov.sh -Z -C $DRONE_COMMIT -f tests/autotest-clover-sqlite.xml
2080+
- phpenmod xdebug
2081+
- TEST_SELECTION=NODB ./autotest.sh sqlite
2082+
- wget https://codecov.io/bash -O codecov.sh
2083+
- bash codecov.sh -Z -C $DRONE_COMMIT -f tests/autotest-clover-sqlite.xml
20842084

20852085
services:
20862086
- name: cache

0 commit comments

Comments
 (0)