mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-29 06:58:55 +00:00
(cherry picked from commit b3f436aa63)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
be42fd4af7
commit
75c0004e1e
2 changed files with 2 additions and 2 deletions
|
|
@ -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}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue