You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,9 @@ but there may be a preview version that you want to use. This can be configured
31
31
Configuration is available with Visual Studio settings and project msbuild properties. All visual studio settings can be overridden from test project settings and some settings
32
32
can only be set in project files.
33
33
34
+
The coverage tools that FCC leverages are by default installed into the FineCodeCoverage directory within `Environment.SpecialFolder.LocalApplicationData`.
35
+
This can be changed with the ToolsDirectory Visual Studio option. Ensure that this containing directory exists and upon restart the tools will be installed within.
@@ -115,6 +116,10 @@ You can also ignore additional attributes by adding to this list (short name or
115
116
[Category(runCategory)]
116
117
publicintRunWhenTestsExceed{get;set;}
117
118
119
+
[Description("Folder to which copy tools subfolder. Must alredy exist. Requires restart of VS.")]
120
+
[Category(environmentCategory)]
121
+
publicstringToolsDirectory{get;set;}
122
+
118
123
[Description("Specify false for global and project options to be used for coverlet data collector configuration elements when not specified in runsettings")]
0 commit comments