Skip to content

Commit 10e3584

Browse files
committed
Fixes Codecov storage endpoint
1 parent 82f3979 commit 10e3584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pytest_codecov/codecov.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class CodecovError(Exception):
1616

1717
class CodecovUploader:
1818
api_endpoint = 'https://codecov.io'
19-
storage_endpoint = 'https://storage.googleapis.com/codecov/'
19+
storage_endpoint = 'https://storage.googleapis.com/codecov-production/'
2020

2121
def __init__(self, slug, commit=None, branch=None, token=None):
2222
self.slug = slug

0 commit comments

Comments
 (0)