Skip to content

Commit

Permalink
Use plugins/codecov:latest
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-davis committed May 25, 2020
1 parent 45468de commit 5bcc1ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .drone.starlark
Original file line number Diff line number Diff line change
Expand Up @@ -1364,7 +1364,7 @@ def javascript():
if params['coverage']:
result['steps'].append({
'name': 'codecov-js',
'image': 'plugins/codecov:2',
'image': 'plugins/codecov:latest',
'pull': 'always',
'settings': {
'paths': [
Expand Down Expand Up @@ -1521,7 +1521,7 @@ def phptests(testType):
if params['coverage']:
result['steps'].append({
'name': 'codecov-upload',
'image': 'plugins/codecov:2',
'image': 'plugins/codecov:latest',
'pull': 'always',
'settings': {
'paths': [
Expand Down

0 comments on commit 5bcc1ae

Please sign in to comment.