This commit is contained in:
alesapin 2021-12-21 18:17:53 +03:00
parent 323e1a5087
commit 84811a55c5

View File

@ -67,7 +67,7 @@ if __name__ == "__main__":
s3_path_prefix = "codebrowser"
html_urls = s3_helper.fast_parallel_upload_dir(report_path, s3_path_prefix, 'clickhouse-test-reports')
index_html = '<a href="https://s3.amazonaws.com/clickhouse-test-reports/codebrowser/html_report/ClickHouse/index.html">HTML report</a>'
index_html = '<a href="https://s3.amazonaws.com/clickhouse-test-reports/codebrowser/index.html">HTML report</a>'
test_results = [(index_html, "Look at the report")]