Skip to content

Commit

Permalink
Updated codecove.sh URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Andersson007 committed Apr 30, 2021
1 parent e12c974 commit 88a7a80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils/shippable/shippable.sh
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,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}" \
Expand Down

0 comments on commit 88a7a80

Please sign in to comment.