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
Since VS Code 1.88 the Test coverage API is stable (see e.g. here or here )
This extension could add this data, from meson, if possible, after the test run has completed, and b_coverage=true.
Not sure if this is the right place, but I think it is, since this extension provides test execution. On the other hand, meson produces a lcov file, that would have to be parsed (there are presumably some libraries for this) and the information from that would be used.
So if this is the wrong place, and this should be supported by other extensions, that specialize on coverage, feel free to say it. But I think, they way it was implemented was thought to be, that the extension implementing the test support also implements that.
The text was updated successfully, but these errors were encountered:
Since VS Code 1.88 the Test coverage API is stable (see e.g. here or here )
This extension could add this data, from meson, if possible, after the test run has completed, and
b_coverage=true
.Not sure if this is the right place, but I think it is, since this extension provides test execution. On the other hand, meson produces a lcov file, that would have to be parsed (there are presumably some libraries for this) and the information from that would be used.
So if this is the wrong place, and this should be supported by other extensions, that specialize on coverage, feel free to say it. But I think, they way it was implemented was thought to be, that the extension implementing the test support also implements that.
The text was updated successfully, but these errors were encountered: