diff --git a/.drone.star b/.drone.star index bb32665..afaae2a 100644 --- a/.drone.star +++ b/.drone.star @@ -127,7 +127,7 @@ def notification(): 'steps': [ { 'name': 'coverage', - 'image': 'plugins/codevoc', + 'image': 'plugins/codecov', 'settings': { 'token': { 'from_secret': 'codecov_token', diff --git a/.drone.yml b/.drone.yml index 5ea467b..12e198b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 ...