Support for code coverage through -Z instrument-coverage #8881
Labels
E-hard
fun
A technically challenging issue with high impact
S-actionable
Someone could pick this issue up and work on it right now
Hello,
Since source based code coverage is available in nightly , would that make sense to have support for dumping and showing coverage results at IDE level with rust-analyser ?
This is also mentioned in #8420 but the purpose of this feature request is to specifically focus on code coverage computation and rendering in the IDE with gutters and so independently from live/incremental testing.
For VSCode the MVP for me would be a
Coverage
lens that would run a given test and show related code coverage highlighting uncovered lines with a color (red by default).Does that makes sens ?
The text was updated successfully, but these errors were encountered: