From 941924ebb4fc1ba15d5d3f12730ce32d7a6ace5f Mon Sep 17 00:00:00 2001 From: Taras Madan Date: Thu, 5 Dec 2024 10:08:44 +0100 Subject: pkg/covermerger: aggregate data per-manager It enables us to see the manager unique coverage. --- dashboard/dashapi/dashapi.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dashboard/dashapi') diff --git a/dashboard/dashapi/dashapi.go b/dashboard/dashapi/dashapi.go index ab59f4500..9e1d29d0b 100644 --- a/dashboard/dashapi/dashapi.go +++ b/dashboard/dashapi/dashapi.go @@ -697,7 +697,7 @@ type MergedCoverage struct { Duration int64 DateTo civil.Date TotalRows int64 - FileData map[string]*coveragedb.Coverage + FileData coveragedb.ManagersCoverage } type SaveCoverageReq struct { -- cgit mrf-deployment