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 081f3306e6..3eb0ba7bca 100644
--- a/ci.template
+++ b/ci.template
@@ -180,7 +180,7 @@
}
},
{
- "PolicyName": "mobile.coverage",
+ "PolicyName": "publish-code-coverage",
"PolicyDocument": {
"Statement": [
{
diff --git a/platform/ios/scripts/code-coverage.sh b/platform/ios/scripts/code-coverage.sh
index a2d3894182..146bbeb1ce 100755
--- a/platform/ios/scripts/code-coverage.sh
+++ b/platform/ios/scripts/code-coverage.sh
@@ -32,4 +32,4 @@ rm -f output.json
if [ -z `which aws` ]; then
brew install awscli
fi
-# aws s3 cp coverage.json s3://mapbox-loading-dock/raw/mobile.coverage/ --acl public-read \ No newline at end of file
+aws s3 cp coverage.json s3://mapbox-loading-dock/raw/mobile.coverage/ --acl public-read \ No newline at end of file