I have noticed some dead code in our CPP testing framework, especially in test.cxx. All the getters in this class do not seem to be called at all. It would be great to remove them to improve our code coverage and avoid accumulating code that is not being tested.
Using our coverage-report task locally would be a great way to check the code coverage.
Definition of done:
All dead code is removed from the cpp testing suite.
- is related to
-
WT-8276 Add cppsuite tests to the code coverage-report
- Backlog