diff options
author | Matt Clay <matt@mystile.com> | 2022-02-03 11:23:54 -0800 |
---|---|---|
committer | Matt Clay <matt@mystile.com> | 2022-02-03 13:59:27 -0800 |
commit | e2d4c41ac0220d7850879d581fd168c3e764a7ab (patch) | |
tree | d90dc01a4295d4316a32175b56358133e2d81764 /.azure-pipelines | |
parent | 65987e86a9f78d0c563fafe10cba1ddefe9eea4e (diff) | |
download | ansible-e2d4c41ac0220d7850879d581fd168c3e764a7ab.zip |
Update codecov download URL.
ci_complete
ci_coverage
Diffstat (limited to '.azure-pipelines')
-rwxr-xr-x | .azure-pipelines/scripts/publish-codecov.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.azure-pipelines/scripts/publish-codecov.py b/.azure-pipelines/scripts/publish-codecov.py index ab947f9810..f2bc4b84b3 100755 --- a/.azure-pipelines/scripts/publish-codecov.py +++ b/.azure-pipelines/scripts/publish-codecov.py @@ -88,7 +88,7 @@ def download_file(url: str, dest: pathlib.Path, flags: int, dry_run: bool = Fals def main(): args = parse_args() - url = 'https://ansible-ci-files.s3.amazonaws.com/codecov/linux/codecov' + url = 'https://ci-files.testing.ansible.com/codecov/linux/codecov' with tempfile.TemporaryDirectory(prefix='codecov-') as tmpdir: codecov_bin = pathlib.Path(tmpdir) / 'codecov' download_file(url, codecov_bin, 0o755, args.dry_run) |