summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ci.template2
-rwxr-xr-xplatform/ios/scripts/code-coverage.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/ci.template b/ci.template
index 1159c348f0..e76d85d1b0 100644
--- a/ci.template
+++ b/ci.template
@@ -160,7 +160,7 @@
"Effect": "Allow",
"Resource": [
"arn:aws:s3:::mapbox-loading-dock/raw/mobile.binarysize/*",
- "arn:aws:s3:::mapbox-loading-dock/raw/mobile.code_coverage/*"
+ "arn:aws:s3:::mapbox-loading-dock/raw/mobile.coverage/*"
]
}
]
diff --git a/platform/ios/scripts/code-coverage.sh b/platform/ios/scripts/code-coverage.sh
index 30f89c8098..20b0984eb2 100755
--- a/platform/ios/scripts/code-coverage.sh
+++ b/platform/ios/scripts/code-coverage.sh
@@ -43,4 +43,4 @@ gzip -f $file_name
if [ -z `which aws` ]; then
brew install awscli
fi
-aws s3 cp $file_name.gz s3://mapbox-loading-dock/raw/mobile.code_coverage/$current_date/ \ No newline at end of file
+aws s3 cp $file_name.gz s3://mapbox-loading-dock/raw/mobile.coverage/$current_date/ \ No newline at end of file