Update codecov.sh URL

This commit is contained in:
Andrew Klychkov
2021-04-30 07:54:51 +02:00
parent 8ae6651cff
commit da82df4004
2 changed files with 2 additions and 2 deletions

View File

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