Remove unnecessary code ..

pull/12969/head
Philipp 2023-04-01 21:54:51 +02:00
parent e6a8da68cd
commit 8a96f0fee4
No known key found for this signature in database
GPG Key ID: 24A7501396EB5432
1 changed files with 1 additions and 8 deletions

View File

@ -80,14 +80,7 @@ pipeline:
repo:
- friendica/friendica
commands:
- curl https://keybase.io/codecovsecurity/pgp_keys.asc | gpg --no-default-keyring --keyring trustedkeys.gpg --import
- curl -Os https://uploader.codecov.io/latest/alpine/codecov
- curl -Os https://uploader.codecov.io/latest/alpine/codecov.SHA256SUM
- curl -Os https://uploader.codecov.io/latest/alpine/codecov.SHA256SUM.sig
- gpgv codecov.SHA256SUM.sig codecov.SHA256SUM
- shasum -a 256 -c codecov.SHA256SUM
- chmod +x codecov
- ./codecov -B ${CI_COMMIT_BRANCH} -C ${CI_COMMIT_SHA} -P ${CI_COMMIT_PULL_REQUEST} -b ${CI_PIPELINE_NUMBER} -Z -f 'clover.xml'
- codecov -B ${CI_COMMIT_BRANCH} -C ${CI_COMMIT_SHA} -P ${CI_COMMIT_PULL_REQUEST} -b ${CI_PIPELINE_NUMBER} -Z -f 'clover.xml'
secrets:
- source: codecov-token
target: codecov_token