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
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -287,6 +287,9 @@ If you are using option 1) then project and global options will only be used whe
287
287
|**The "CoverletConsole" settings have precedence Local / CustomPath / Global.**||
288
288
|<br>||
289
289
|**OpenCover**||
290
+
|OpenCoverRegister|Change from Default if FCC determination of path32 or path64 is incorrect.|
291
+
|OpenCoverTarget|Supply your own target if required.|
292
+
|OpenCoverTargetArgs|If supplying your own target you can also supply additional arguments. FCC supplies the test dll path.|
290
293
|OpenCoverCustomPath|Specify path to open cover exe if you need functionality that the FCC version does not provide.|
291
294
|ThresholdForNPathComplexity|When [npath complexity](https://en.wikipedia.org/wiki/Cyclomatic_complexity) exceeds this value for a method then the method will be present in the risk hotspots tab.|
292
295
|ThresholdForCrapScore|When [crap score](https://testing.googleblog.com/2011/02/this-code-is-crap.html) exceeds this value for a method then the method will be present in the risk hotspots tab.|
var runSettings =!string.IsNullOrWhiteSpace(project.RunSettingsFile)?$@" /Settings:{CommandLineArguments.AddEscapeQuotes(project.RunSettingsFile)}":default;
0 commit comments