summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmkiley <jordan.kiley@mapbox.com>2019-03-01 13:40:23 -0800
committerjmkiley <jordan.kiley@mapbox.com>2019-03-11 12:54:48 -0700
commitddb576a23de37901761d6ca8f40dd4f841dda252 (patch)
tree967f065e5b9be4e7ea4326631b4ee4a22abeed9c
parent1fec6df15525d304ace4c32a8f5af439f896c709 (diff)
downloadqtlocation-mapboxgl-ddb576a23de37901761d6ca8f40dd4f841dda252.tar.gz
[ios] uncomment aws upload
-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