Open
Description
So, one thing our company likes to see is code coverage numbers. I'd love to see this plugin enable support for this.
Mainly, I'd like to see two things:
- Code coverage indicators by the line numbers. I'd love to see an indicator that shows if that line was touched by tests, and perhaps how many times, similar to how Xcode does it.
- Reporting when running the tests - what percentage you are at when it comes to code coverage numbers.
Thoughts on the matter?
I'd also love to help build this, though I'm a noob at VS Code extensions.