Replies: 2 comments
-
A feature - but not a bug. For this specific issue, you can use |
Beta Was this translation helpful? Give feedback.
-
Ok, thanks @henry2cox. |
Beta Was this translation helpful? Give feedback.
-
A feature - but not a bug. For this specific issue, you can use |
Beta Was this translation helpful? Give feedback.
-
Ok, thanks @henry2cox. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
(Using lcov 2.1)
I noticed that the automatically detected common filename prefix is not accurate when there are two forward slashes (at the beginning of the pathname). E.g.,
SF://export/home/tomcat/TeamCity/Agent/src/internal/filename
. When I rangenhtml
, I see this from my console:Found common filename prefix "/"
While the actual common filename pattern is
//export/home/tomcat/TeamCity/Agent/src/internal
.I understand that the extra forward slash is not correct here. But seems
genhtml
will not correctly identify the common pattern when it is present. I did a test by removing the extra forward slash from my trace file, and verified thatgenhtml
works correctly in this case. Not sure if this is a bug.Beta Was this translation helpful? Give feedback.
All reactions