Specifying a Minimum Code Coverage Requirement
- Updated2025-11-07
- 1 minute(s) read
- Open the LabVIEW project that contains the files on which you want to perform unit testing.
- Double-click a .lvtest file to display the Test Properties dialog box.
- Select Advanced from the Category list to display the Advanced page.
- Place a checkmark in the Set minimum code coverage checkbox.
- Use the Code coverage control to specify a minimum code
coverage requirement, in percent.Note Use minimum code coverage requirement for VIs that contain Case structures.
- Click the OK button to close the dialog box and return to the Project Explorer window.
- Select to save the project.