Skip to content

Commit

Permalink
Merge pull request #181 from Andersson007/uc
Browse files Browse the repository at this point in the history
Update codecov.sh URL

Reviewed-by: https://github.com/apps/ansible-zuul
  • Loading branch information
ansible-zuul[bot] authored Apr 30, 2021
2 parents 8ae6651 + 9173166 commit 1f15216
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .azure-pipelines/scripts/publish-codecov.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -o pipefail -eu

output_path="$1"

curl --silent --show-error https://codecov.io/bash > codecov.sh
curl --silent --show-error https://ansible-ci-files.s3.us-east-1.amazonaws.com/codecov/codecov.sh > codecov.sh

for file in "${output_path}"/reports/coverage*.xml; do
name="${file}"
Expand Down
3 changes: 3 additions & 0 deletions changelogs/fragments/181-update_codecov_sh_url.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
trivial:
- testing - update codecov.sh URL (https://github.com/ansible-collections/ansible.posix/pull/181).
2 changes: 1 addition & 1 deletion tests/utils/shippable/shippable.sh
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,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}" \
Expand Down

0 comments on commit 1f15216

Please sign in to comment.