Merge pull request #12969 from nupplaphil/feat/codecov_plugin_upgrade
Use new codecov uploader
This commit is contained in:
commit
214ca9f301
|
@ -71,20 +71,19 @@ pipeline:
|
||||||
else
|
else
|
||||||
phpunit --configuration tests/phpunit.xml;
|
phpunit --configuration tests/phpunit.xml;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
codecov:
|
codecov:
|
||||||
image: plugins/codecov
|
image: friendicaci/codecov
|
||||||
when:
|
when:
|
||||||
matrix:
|
matrix:
|
||||||
PHP_MAJOR_VERSION: 7.4
|
PHP_MAJOR_VERSION: 7.4
|
||||||
PHP_VERSION: 7.4.33
|
PHP_VERSION: 7.4.33
|
||||||
repo:
|
repo:
|
||||||
- friendica/friendica
|
- friendica/friendica
|
||||||
settings:
|
commands:
|
||||||
token:
|
- codecov -R '.' -Z -f 'clover.xml'
|
||||||
from_secret: codecov-token
|
secrets:
|
||||||
files:
|
- source: codecov-token
|
||||||
- clover.xml
|
target: codecov_token
|
||||||
|
|
||||||
services:
|
services:
|
||||||
mariadb:
|
mariadb:
|
||||||
|
|
Loading…
Reference in a new issue