Commit Graph

2 Commits

Author SHA1 Message Date
Dennis Song
4b6317ed14 compare_cts_reports: do not show ignored ABI in the sheet
Do not show the ABI name in the compare result spread sheet
if `--ignore-abi` was specified when generating the csv
diff file.

Bug: 315073470
Test: compare_cts_reports.py and generate_spread_sheet.py
Change-Id: I3cd015dd24e6597a4f8453c73638f1302c8e6fb7
2023-12-11 11:04:58 +08:00
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