mirror of
https://github.com/friendica/friendica
synced 2024-11-09 16:22:56 +00:00
adapt parameters
This commit is contained in:
parent
8a96f0fee4
commit
a88cc1ff84
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ pipeline:
|
|||
repo:
|
||||
- friendica/friendica
|
||||
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:
|
||||
- source: codecov-token
|
||||
target: codecov_token
|
||||
|
|
Loading…
Reference in a new issue