Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not assume AppData and ProgramFiles exists in defaultParams
This fixes calling OpenCover in Linux/MacOS environments where the OpenCoverDefault value throws a ArgumentNullException because the '@@' operator will call Path.Combine to ProgramFiles and AppData which do not exist in Linux/MacOS environments. This fix falls back to the behaviour where ExePath and TestRunnerExePath must be passed explicitly in Mono environments running Linux/MacOS.
- Loading branch information