[CI] Fix codecov
This commit is contained in:
parent
f2a9eb151d
commit
0697f078f1
1 changed files with 3 additions and 3 deletions
|
@ -98,9 +98,9 @@ pipeline:
|
||||||
- friendica/friendica-addons
|
- friendica/friendica-addons
|
||||||
commands:
|
commands:
|
||||||
- codecov -R '.' -Z -f 'clover.xml'
|
- codecov -R '.' -Z -f 'clover.xml'
|
||||||
secrets:
|
environment:
|
||||||
- source: codecov-token
|
codecov_token:
|
||||||
target: codecov_token
|
from_secret: codecov-token
|
||||||
|
|
||||||
services:
|
services:
|
||||||
mariadb:
|
mariadb:
|
||||||
|
|
Loading…
Reference in a new issue