fix coverage upload

This commit is contained in:
Willy Kloucek
2020-11-23 09:14:35 +01:00
parent 29c3974ccd
commit 0e1840a03c
-1
View File
@@ -330,7 +330,6 @@ def testing(ctx, module):
'source': '%s_coverage.out' % (module),
'target': '%s/%s/coverage' % (ctx.repo.slug, ctx.build.commit + '-${DRONE_BUILD_NUMBER}'),
'path_style': True,
'strip_prefix': module,
'access_key': {
'from_secret': 'cache_s3_access_key'
},