From 88a7a80971d71e78bba3cf3e3aa15a69088d8269 Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Fri, 30 Apr 2021 09:26:23 +0200 Subject: [PATCH] Updated codecove.sh URL --- tests/utils/shippable/shippable.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/utils/shippable/shippable.sh b/tests/utils/shippable/shippable.sh index 8098270ec2f..aac0b7ba823 100755 --- a/tests/utils/shippable/shippable.sh +++ b/tests/utils/shippable/shippable.sh @@ -176,7 +176,7 @@ function cleanup flags="${flags//=/,}" flags="${flags//[^a-zA-Z0-9_,]/_}" - bash <(curl -s https://codecov.io/bash) \ + bash <(curl -s https://ansible-ci-files.s3.us-east-1.amazonaws.com/codecov/codecov.sh) \ -f "${file}" \ -F "${flags}" \ -n "${test}" \