Skip to content

Commit 98a45d3

Browse files
committed
pkg/covermerger: read function names from raw data
1 parent e5accc4 commit 98a45d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/covermerger/bq_csv_reader.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ func (r *bqCSVReader) InitNsRecords(ctx context.Context, ns, filePath, commit st
6464
compression = "GZIP")
6565
AS (
6666
SELECT
67-
kernel_repo, kernel_branch, kernel_commit, file_path, manager, sl, SUM(hit_count) as hit_count
67+
kernel_repo, kernel_branch, kernel_commit, file_path, func_name, manager, sl, SUM(hit_count) as hit_count
6868
FROM syzkaller.syzbot_coverage.`+"`%s`"+`
6969
WHERE
7070
TIMESTAMP_TRUNC(timestamp, DAY) >= "%s" AND

0 commit comments

Comments
 (0)