Use Ansible's codecov uploader. (#222)

pull/223/head
Felix Fontein 2021-04-30 04:28:13 +02:00 committed by GitHub
parent db513d1b27
commit 6414301936
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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}"

View File

@ -181,7 +181,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}" \