We have Desktop app deployed in OSGI bundles and have integration tests to test bundles loaded in OSGI container.
- I am seeking a tool that calculates code coverage for integration tests with OSGI bundles
- Currently we are trying to do with Jacoco and Sonar that is good for integration tests code coverage, but we aren't sure whether they are good enough to handle OSGI integration test code coverage
- also any other tools available to calculate OSGI integration test code coverage.