Merge pull request #21270 from cpennington/upload-correct-coverage-file

Upload the coverage report from reports/${TEST_SUITE}.coverage
This commit is contained in:
Calen Pennington
2019-08-05 10:47:48 -04:00
committed by GitHub

View File

@@ -186,6 +186,6 @@ def fetch_coverage_test_selection_data(options):
def upload_coverage_to_s3():
upload_to_s3(
COVERAGE_CACHE_BASELINE,
'{}/{}'.format(COVERAGE_CACHE_BASEPATH, 'reports/{}.coverage'.format(os.environ.get('TEST_SUITE', ''))),
'reports/{}.coverage'.format(os.environ.get('TEST_SUITE', '')),
COVERAGE_CACHE_BUCKET
)