diff options
author | Ferdinand Thiessen <opensource@fthiessen.de> | 2023-10-20 02:09:27 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2024-01-26 14:53:29 +0100 |
commit | 8a682328047bd9201f0b868b11f077786e239eee (patch) | |
tree | 30490d498daf17fdcc35d63a9f59768f9702962b /.drone.yml | |
parent | 32a48497578aad4c9bbebd961cf4785c5ec22cec (diff) | |
download | nextcloud-server-8a682328047bd9201f0b868b11f077786e239eee.tar.gz nextcloud-server-8a682328047bd9201f0b868b11f077786e239eee.zip |
chore(tests): Migrate code coverage generation from drone to GitHub
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 64 |
1 files changed, 0 insertions, 64 deletions
diff --git a/.drone.yml b/.drone.yml index f4cab8f8bfe..06564ee90c7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -218,70 +218,6 @@ trigger: --- kind: pipeline -name: nodb-codecov - -steps: -- name: submodules - image: ghcr.io/nextcloud/continuous-integration-alpine-git:latest - commands: - - git submodule update --init -- name: nodb-codecov - image: ghcr.io/nextcloud/continuous-integration-php8.0:latest - environment: - CODECOV_TOKEN: - from_secret: CODECOV_TOKEN - XDEBUG_MODE: coverage - commands: - - phpenmod xdebug - - TEST_SELECTION=NODB ./autotest.sh sqlite - - wget https://codecov.io/bash -O codecov.sh - - bash codecov.sh -Z -C $DRONE_COMMIT -f tests/autotest-clover-sqlite.xml - -services: -- name: cache - image: ghcr.io/nextcloud/continuous-integration-redis:latest - -trigger: - branch: - - master - - stable* - event: - - push - ---- -kind: pipeline -name: db-codecov - -steps: -- name: submodules - image: ghcr.io/nextcloud/continuous-integration-alpine-git:latest - commands: - - git submodule update --init -- name: db-codecov - image: ghcr.io/nextcloud/continuous-integration-php8.0:latest - environment: - CODECOV_TOKEN: - from_secret: CODECOV_TOKEN - XDEBUG_MODE: coverage - commands: - - phpenmod xdebug - - TEST_SELECTION=QUICKDB ./autotest.sh sqlite - - wget https://codecov.io/bash -O codecov.sh - - bash codecov.sh -Z -C $DRONE_COMMIT -f tests/autotest-clover-sqlite.xml - -services: -- name: cache - image: ghcr.io/nextcloud/continuous-integration-redis:latest - -trigger: - branch: - - master - - stable* - event: - - push - ---- -kind: pipeline name: object-store-s3 steps: |