Skip to content

Commit 009f16b

Browse files
committed
update readme
1 parent c616c3d commit 009f16b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ but there may be a preview version that you want to use. This can be configured
3131
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
3232
can only be set in project files.
3333

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.
36+
3437
---
3538

3639
### <a href="https://www.youtube.com/watch?v=Rae5bTE2D3o" target="_blank">Watch Introduction Video</a>
@@ -146,6 +149,8 @@ CoverletConsoleGlobal Specify true to use your own dotnet tools global inst
146149
FCCSolutionOutputDirectoryName To have fcc output visible in a sub folder of your solution provide this name
147150
AdjacentBuildOutput If your tests are dependent upon their path set this to true.
148151
152+
ToolsDirectory Folder to which copy tools subfolder. Must alredy exist. Requires restart of VS.
153+
149154
The "CoverletConsole" settings have precedence Local / CustomPath / Global.
150155
151156
Both 'Exclude' and 'Include' options can be used together but 'Exclude' takes precedence.

0 commit comments

Comments
 (0)