Flutter Engine
The Flutter Engine
Namespaces | Functions | Variables
update_spreadsheet.py File Reference

Go to the source code of this file.

Namespaces

namespace  update_spreadsheet
 

Functions

def update_spreadsheet.authenticate ()
 
def update_spreadsheet.get_next_run_id (sheet)
 
def update_spreadsheet.add_new_fuzzing_entry (sheet, run, tests, success, rerun, skipped, timeout, divergences)
 
def update_spreadsheet.get_run_statistic_summary (run)
 
def update_spreadsheet.main ()
 

Variables

list update_spreadsheet.SCOPES = ['https://www.googleapis.com/auth/spreadsheets']
 
string update_spreadsheet.SPREADSHEET_ID = '1nDoK-dCuEmf6yo55a303UClRd7AwjbzPkRr37ijWcC8'
 
string update_spreadsheet.RANGE_NAME = 'Sheet1!A3:H'
 
string update_spreadsheet.VERIFY_CURRENT_ROW_FORMULA = '=B:B-C:C-D:D-E:E-F:F'