Commit Graph

1 Commits

Author SHA1 Message Date
Dennis Song
e632a7d3fd Generate a spreadsheet for the cts comparison report.
Use gspread to create a spreadsheet from the output of
compare_cts_reports.py.

Bug: 306351009
Test: python3 generate_spread_sheet.py \
        --compared_result compare_result/diff.csv \
        --sheet_name "CTS Comparasion Report" \
        --credentials_dir ~/.config/gspread/
Change-Id: I5199d4d0690e9b29e8b5cef5798b16481d589f42
2023-10-20 07:51:36 +00:00