This commit is contained in:
Robert Kaussow 2020-02-03 12:58:14 +01:00
parent 5862f84e3c
commit f03db66645
2 changed files with 3 additions and 3 deletions

View File

@ -127,7 +127,7 @@ def notification():
'steps': [
{
'name': 'coverage',
'image': 'plugins/codevoc',
'image': 'plugins/codecov',
'settings': {
'token': {
'from_secret': 'codecov_token',

View File

@ -93,7 +93,7 @@ platform:
steps:
- name: coverage
image: plugins/codevoc
image: plugins/codecov
settings:
files:
- coverage.txt
@ -134,6 +134,6 @@ depends_on:
---
kind: signature
hmac: b2a4aa46d907139e996670fcad212137ba51b1d0aba5a56b80644f5337f0617f
hmac: e861eec40c380dc94525d15f454ec7df9dc941623435d9ccf1975fd8f90bd9c0
...