CodeCoveragePath |
DEVELOPER |
|
|
|
|
Purpose |
.CodeCoveragePath allows you to override the directory that the
file containing the captured code coverage data
is saved to. The default is " |
|
Object Type |
Session |
|
Syntax |
Session.CodeCoveragePath("C:\Users\Me\ProIVCodeCoverage") |
|
Remarks |
The directory path can be set before code coverage capture is enabled.
|
|
Example |
To set the directory path: Session.CodeCoveragePath("/mount/testuser/codecoverage") |
Topic ID: 510184