Note: The following applies to native code only.
Before you run an application in code coverage mode and produce a test coverage report, you must enable code coverage in the project's properties. You then need to build your application to apply the changes.
To enable code coverage for your project:
- Navigate to the project's properties and click the
COBOL tab.
- Check
Enable code coverage.
- Click
File > Save All.