|
|
|
|
|
by weinzierl
1511 days ago
|
|
The tooling for this exits and is 100% usable. All you have to do is run a build with coverage enabled and then load the coverage data files into your IDE. At least Eclipse (with EclEmma) shows the results in a way that are pretty close to what you described. I'm sure other IDEs can do the same. The only thing is that nobody does this on production, because of the performance impact and potentially increased risk. |
|
I'm well aware of the performance impact on production, I guess it's the major challenge here.
Since I'm mainly developing in python - here's a good article about that, he gave some directions to make it faster: https://www.drmaciver.com/2017/09/python-coverage-could-be-f...