Use Ansible's codecov uploader. (#130)

This commit is contained in:
Felix Fontein
2021-04-30 04:28:28 +02:00
committed by GitHub
parent 3f8946a369
commit d63566dbd1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -182,7 +182,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}" \