mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-27 18:50:21 -07:00
(cherry picked from commit b3f436aa63
)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
f01ac6f31f
commit
a0a5a10c67
2 changed files with 2 additions and 2 deletions
|
@ -189,7 +189,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}" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue