mirror of
https://github.com/littlefs-project/littlefs.git
synced 2025-10-16 05:56:33 +08:00
Made test.py output parsable by summary.py
Also fixed an issue with truncation that resulted in a bunch of null bytes being injected into the CSV output.
This commit is contained in:
@@ -18,7 +18,8 @@ CSV_PATHS = ['*.csv']
|
||||
MERGES = {
|
||||
'add': (
|
||||
['code_size', 'data_size', 'stack_frame', 'struct_size',
|
||||
'coverage_lines', 'coverage_branches'],
|
||||
'coverage_lines', 'coverage_branches',
|
||||
'test_passed'],
|
||||
lambda xs: sum(xs[1:], start=xs[0])
|
||||
),
|
||||
'mul': (
|
||||
|
Reference in New Issue
Block a user