dmd_coverDestPath

Set output path for coverage reports.

extern (C)
void
dmd_coverDestPath
(
string path
)

Parameters

path string

The new path name. Note: This is a dmd specific setting.

Meta