Upload the coverage report from reports/${TEST_SUITE}.coverage

This commit is contained in:
Calen Pennington
2019-07-31 14:55:30 -04:00
parent b5a8f67e64
commit 8f457d2045

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
)