From e3003213f6deee7f817122847d77b769bc8b46ad Mon Sep 17 00:00:00 2001 From: m0ck1ng Date: Fri, 20 Jun 2025 11:34:25 +0000 Subject: pkg/cover: fix handling of compile unit name The 'attrName' is often an absolute path for out-of-tree modules. This commit avoids redundant path concatenation when 'attrName' is already absolute, enabling developers to view coverage correctly in the web UI. --- CONTRIBUTORS | 1 + 1 file changed, 1 insertion(+) (limited to 'CONTRIBUTORS') diff --git a/CONTRIBUTORS b/CONTRIBUTORS index f4e93f0d9..0f1a890d6 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -140,3 +140,4 @@ Rivos Inc. Alexandre Ghiti Jeongjun Park Nikita Zhandarovich +Jiacheng Xu -- cgit mrf-deployment