You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There was a problem in the file lookup that did not handle absolute paths in cov-coverage-file-paths correctly, I fixed that in #55.
But one problem remains that I'm not sure we can or should fix in cov.el.
The gcov file starts with the line
-: 0:Source:main.C
cov uses that path to associate the coverage data with related source code files. This is very relevant for some other coverage formats that collect data for multiple source code files in a single coverage file.
If you modify that path in main.C.gcov to be the absolute path to main.C (and apply fix #55) cov-modewill work.
To Replicate
Output
In messages buffer
The text was updated successfully, but these errors were encountered: