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
{{ message }}
This repository has been archived by the owner on Dec 3, 2021. It is now read-only.
The Problems pane successfully shows messages that indicate the XML file was found, however toggling coverage display while viewing one of the source files produces no change.
Also relevant: The path listed by the file in the Problems pane is incorrect. In this particular example, it should show:
I was able to confirm my suspicion regarding absolute/relative paths by manually modifying my XML file. I had to adjust <source> from /workspaces/ci-baseline/build to /workspaces/ci-baseline, and also adjust the <class filename="/workspaces/ci-baseline/sample1/src/sample1.cpp" to <class filename="sample1/src/sample1.cpp". After that, reloading the window showed the expected behavior.
This strongly indicates that this extension cannot handle absolute paths in the XML filename field.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The
Problems
pane successfully shows messages that indicate the XML file was found, however toggling coverage display while viewing one of the source files produces no change.Also relevant: The path listed by the file in the
Problems
pane is incorrect. In this particular example, it should show:But instead it shows:
My best guess is that the extension is expecting the XML
filename
values to contain relative paths. Mine has absolute paths.The text was updated successfully, but these errors were encountered: