Skip to content

Commit f26dba6

Browse files
committed
Adjust 'Total' label to 'Totals'
1 parent 564fca0 commit f26dba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc/scripts/generate-csv-coverage-report.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ def collect_others(): return collect_package_stats(
259259
csvwriter.writerow(row)
260260

261261
# Collect statistics on all packages
262-
row = ["Total", None]
262+
row = ["Totals", None]
263263

264264
def collect_total(): return collect_package_stats(
265265
packages,

0 commit comments

Comments
 (0)