I would expect that our existing automated tests cover only a limited subset of our Java code, but we don't have SQE to give us that info, or what is missing. Is there any way for us to be able to run the code coverage tool ourselves ?
Baring that we need to try to enhance coverage by manually matching code to existing tests, and writing tests targeted at code we find no test for.
Baring that we need to try to enhance coverage by manually matching code to existing tests, and writing tests targeted at code we find no test for.
- relates to
-
JDK-8226599 use code coverage results to remove dead code
- Resolved