dmd_coverDestPath

Set output path for coverage reports.

extern (C)
void
dmd_coverDestPath
(
string path
)

Parameters

path
Type: string

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

Suggestion Box / Bug Report