Skip to content

Commit

Permalink
ignore summary comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
sousinha97 committed Mar 19, 2024
1 parent 07ba610 commit f60c723
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions quisby.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,8 @@ def compare_results(spreadsheets):
sheets = get_sheet(spreadsheet, test_name=test_name)
spreadsheet_name.append(get_sheet(spreadsheet, test_name=[])["properties"]["title"].strip())
for sheet in sheets.get("sheets"):
if(sheet["properties"]["title"].strip()=="summary"):
continue
sheet_names.append(sheet["properties"]["title"].strip())
sheet_list.append(sheet_names)

Expand Down

0 comments on commit f60c723

Please sign in to comment.