mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
Adjust 'Total' label to 'Totals'
This commit is contained in:
@@ -259,7 +259,7 @@ with open("flow-model-coverage.rst", 'w') as rst_file:
|
||||
csvwriter.writerow(row)
|
||||
|
||||
# Collect statistics on all packages
|
||||
row = ["Total", None]
|
||||
row = ["Totals", None]
|
||||
|
||||
def collect_total(): return collect_package_stats(
|
||||
packages,
|
||||
|
||||
Reference in New Issue
Block a user