adapt parameters

This commit is contained in:
Philipp Holzer 2023-04-01 22:00:57 +02:00
parent 8a96f0fee4
commit a88cc1ff84
Signed by: nupplaPhil
GPG Key ID: 24A7501396EB5432
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ pipeline:
repo: repo:
- friendica/friendica - friendica/friendica
commands: commands:
- codecov -B ${CI_COMMIT_BRANCH} -C ${CI_COMMIT_SHA} -P ${CI_COMMIT_PULL_REQUEST} -b ${CI_PIPELINE_NUMBER} -Z -f 'clover.xml' - codecov -R '.' -Z -f 'clover.xml'
secrets: secrets:
- source: codecov-token - source: codecov-token
target: codecov_token target: codecov_token