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
+3-2
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ or download from [releases](https://github.com/FortuneN/FineCodeCoverage/release
9
9
Prerequisites
10
10
11
11
Only that the test adapters are nuget packages. For instance, the NUnit Test Adapter extension is not sufficient.
12
-
FCC will copy your test dll and dependencies to a sub folder this may affect your tests.
12
+
FCC will copy your test dll and dependencies to a sub folder this may affect your tests. The alternative is to set the option AdjacentBuildOutput to true.
13
13
---------------------------------------
14
14
15
15
Introduction
@@ -139,7 +139,8 @@ CoverletConsoleLocal Specify true to use your own dotnet tools local instal
139
139
CoverletConsoleCustomPath Specify path to coverlet console exe if you need functionality that the FCC version does not provide.
140
140
CoverletConsoleGlobal Specify true to use your own dotnet tools global install of coverlet console.
141
141
142
-
FCCSolutionOutputDirectoryName To have fcc output visible in a sub folder of your solution provide this name
142
+
FCCSolutionOutputDirectoryName To have fcc output visible in a sub folder of your solution provide this name
143
+
AdjacentBuildOutput If your tests are dependent upon their path set this to true.
143
144
144
145
The "CoverletConsole" settings have precedence Local / CustomPath / Global.
0 commit comments