aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTORS
diff options
context:
space:
mode:
authorm0ck1ng <stitch@zju.edu.cn>2025-06-20 11:34:25 +0000
committerAleksandr Nogikh <nogikh@google.com>2025-06-20 11:58:30 +0000
commite3003213f6deee7f817122847d77b769bc8b46ad (patch)
treeb3e9441f88986121fe85978ca5d3356cdcf05aa4 /CONTRIBUTORS
parent804b39197cace4df6f069d31e585d66e9c136a88 (diff)
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.
Diffstat (limited to 'CONTRIBUTORS')
-rw-r--r--CONTRIBUTORS1
1 files changed, 1 insertions, 0 deletions
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