Validating JSONL files...
  Validating file ending of tests00.jsonl...
  Validating file ending of tests01.jsonl...
  Validating file ending of tests02.jsonl...
  Validating file ending of tests03.jsonl...
  Validating file ending of tests04.jsonl...
  All JSONL files are properly formatted
Loading tests from: tests00.jsonl tests01.jsonl tests02.jsonl tests03.jsonl tests04.jsonl
  Processing tests00.jsonl...
  Processing tests01.jsonl...
    Warning: Test 'binary_data' already exists, skipping duplicate
  Processing tests02.jsonl...
  Processing tests03.jsonl...
  Processing tests04.jsonl...
Loaded 74 tests total
Cleaned previous coverage data
Running all tests to generate coverage data...
Running test: basic_stdin... exit_code: 1
Running test: line_count... exit_code: 1
Running test: word_count... exit_code: 1
Running test: char_count... exit_code: 1
Running test: multibyte_count... exit_code: 1
Running test: file_input... exit_code: 1
Running test: multiple_files... exit_code: 1
Running test: empty_file... exit_code: 1
Running test: empty_stdin... exit_code: 1
Running test: binary_data... exit_code: 1
Running test: combined_flags... exit_code: 1
Running test: long_lines... exit_code: 1
Running test: whitespace_only... exit_code: 1
Running test: nonexistent_file... exit_code: 1
Running test: invalid_option... exit_code: 1
Running test: human_readable_flag... exit_code: 1
Running test: multiple_flags_lwc... exit_code: 1
Running test: unicode_characters... exit_code: 1
Running test: tab_whitespace... exit_code: 1
Running test: no_final_newline... exit_code: 1
Running test: mixed_line_endings... exit_code: 1
Running test: very_long_line... exit_code: 1
Running test: multiple_consecutive_spaces... exit_code: 1
Running test: only_whitespace... exit_code: 1
Running test: multibyte_vs_byte... exit_code: 1
Running test: large_file_multiple_flags... exit_code: 1
Running test: stdin_with_flags... exit_code: 1
Running test: human_readable_large... exit_code: 1
Running test: multiple_files_totals... exit_code: 1
Running test: read_permission_error... exit_code: 1
Running test: directory_as_file... exit_code: 1
Running test: device_file... exit_code: 1
Running test: nonexistent_then_good... exit_code: 1
Running test: fifo_pipe_test... exit_code: 1
Running test: broken_symlink... exit_code: 1
Running test: multiple_errors... exit_code: 1
Running test: huge_line_test... exit_code: 1
Running test: sparse_file... exit_code: 1
Running test: proc_filesystem... exit_code: 1
Running test: special_files_mix... exit_code: 1
Running test: long_filename_error... exit_code: 1
Running test: unicode_filename... exit_code: 1
Running test: files_with_errors_plus_stdin... exit_code: 1
Running test: massive_file_test... exit_code: 1
Running test: stdin_dash_arg... exit_code: 1
Running test: lc_flag_combination... exit_code: 1
Running test: wc_flag_combination... exit_code: 1
Running test: lw_flag_combination... exit_code: 1
Running test: single_character_file... exit_code: 1
Running test: single_word_file... exit_code: 1
Running test: single_line_file... exit_code: 1
Running test: multiple_newlines... exit_code: 1
Running test: mixed_whitespace... exit_code: 1
Running test: special_chars_counting... exit_code: 1
Running test: human_readable_bytes... exit_code: 1
Running test: human_readable_multiflag... exit_code: 1
Running test: multibyte_chinese... exit_code: 1
Running test: multibyte_mixed... exit_code: 1
Running test: three_files_totals... exit_code: 1
Running test: large_buffer_test... exit_code: 1
Running test: char_only_flag... exit_code: 1
Running test: line_only_flag... exit_code: 1
Running test: word_only_flag... exit_code: 1
Running test: zero_byte_file... exit_code: 1
Running test: all_ascii_control... exit_code: 1
Running test: utf8_emoji... exit_code: 1
Running test: mixed_line_counts... exit_code: 1
Running test: tab_only_separation... exit_code: 1
Running test: human_readable_zero... exit_code: 1
Running test: multibyte_line_ending... exit_code: 1
Running test: four_files_totals... exit_code: 1
Running test: carriage_return_only... exit_code: 1
Running test: form_feed_chars... exit_code: 1
Running test: human_readable_tiny... exit_code: 1
Generating coverage report...
Error: No coverage data files (.gcda) found
Make sure the binary was compiled with coverage flags and tests were run