Skip to content

Commit 0ec8bbf

Browse files
committed
change MSCodeCoverage to not be the default.
1 parent c53e94e commit 0ec8bbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SharedProject/Options/AppOptions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ internal AppOptions(bool isReadOnly)
4343

4444
[Category(runCategory)]
4545
[Description("Specifies whether or not the ms code coverage is used (BETA)")]
46-
public bool MsCodeCoverage { get; set; } = true;
46+
public bool MsCodeCoverage { get; set; } = false;
4747

4848
[Category(excludeIncludeCategory)]
4949
[Description(

0 commit comments

Comments
 (0)