mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-11 23:25:28 +01:00
Merge pull request #181 from Andersson007/uc
Update codecov.sh URL Reviewed-by: https://github.com/apps/ansible-zuul
This commit is contained in:
commit
1f15216d0d
3 changed files with 5 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ set -o pipefail -eu
|
||||||
|
|
||||||
output_path="$1"
|
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
|
for file in "${output_path}"/reports/coverage*.xml; do
|
||||||
name="${file}"
|
name="${file}"
|
||||||
|
|
|
||||||
3
changelogs/fragments/181-update_codecov_sh_url.yml
Normal file
3
changelogs/fragments/181-update_codecov_sh_url.yml
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
---
|
||||||
|
trivial:
|
||||||
|
- testing - update codecov.sh URL (https://github.com/ansible-collections/ansible.posix/pull/181).
|
||||||
|
|
@ -165,7 +165,7 @@ function cleanup
|
||||||
flags="${flags//=/,}"
|
flags="${flags//=/,}"
|
||||||
flags="${flags//[^a-zA-Z0-9_,]/_}"
|
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 "${file}" \
|
||||||
-F "${flags}" \
|
-F "${flags}" \
|
||||||
-n "${test}" \
|
-n "${test}" \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue