diff --git a/codecov/__init__.py b/codecov/__init__.py index 2a2a3f69..7f07ac71 100644 --- a/codecov/__init__.py +++ b/codecov/__init__.py @@ -1042,6 +1042,7 @@ def main(*argv, **kwargs): s3 = requests.put( upload_url, data=reports, + verify=codecov.cacert, headers={"Content-Type": "text/plain",}, ) s3.raise_for_status()