aboutsummaryrefslogtreecommitdiffstats
path: root/pkg
diff options
context:
space:
mode:
authorTaras Madan <tarasmadan@google.com>2024-11-20 17:22:48 +0100
committerTaras Madan <tarasmadan@google.com>2024-11-20 17:31:25 +0000
commit4b25d554e5643186ba6a09429089ac0275f7573b (patch)
tree582fff1c11ca090d1fba5d6ae8e9ed3e30129622 /pkg
parent4fca1650892b7aba6ac219ce521543d411cf96ac (diff)
pkg/cover: fix links generation, add commit
Diffstat (limited to 'pkg')
-rw-r--r--pkg/cover/heatmap.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/cover/heatmap.go b/pkg/cover/heatmap.go
index 64568404d..d4d29fbd9 100644
--- a/pkg/cover/heatmap.go
+++ b/pkg/cover/heatmap.go
@@ -263,6 +263,7 @@ func DoSubsystemsHeatMapStyleBodyJS(ctx context.Context, projectID, ns, subsyste
Instrumented: cwd.Instrumented,
Covered: cwd.Covered,
TimePeriod: cwd.TimePeriod,
+ Commit: cwd.Commit,
}
ssCovAndDates = append(ssCovAndDates, &newRecord)
}