Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Namespaces | Functions | Variables
update_spreadsheet.py File Reference

Go to the source code of this file.

Namespaces

namespace  update_spreadsheet
 

Functions

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

Variables

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