summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmkiley <jordan.kiley@mapbox.com>2019-03-06 11:18:32 -0800
committerjmkiley <jordan.kiley@mapbox.com>2019-03-11 12:54:50 -0700
commite93da98a8033cbceca37842cb1343734a058be0a (patch)
treec15154523f6b0afafbc8641f2e849d40f862dcb5
parent34faac7db413f5213a3179c6dccfd1614379b8f4 (diff)
downloadqtlocation-mapboxgl-e93da98a8033cbceca37842cb1343734a058be0a.tar.gz
[ios] code_coverage-> coverage
-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