Commit 8248e3a 1 parent 2890968 commit 8248e3a Copy full SHA for 8248e3a
File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -180,6 +180,18 @@ let DotCoverNUnit (setDotCoverParams: DotCoverParams -> DotCoverParams) (setNUni
180
180
181
181
traceEndTask " DotCoverNUnit" details
182
182
183
+ /// Runs the dotCover "cover" command against the XUnit2 test runner.
184
+ /// ## Parameters
185
+ ///
186
+ /// - `setDotCoverParams` - Function used to overwrite the dotCover report default parameters.
187
+ /// - `setXUnit2Params` - Function used to overwrite the XUnit2 default parameters.
188
+ ///
189
+ /// ## Sample
190
+ ///
191
+ /// !! (buildDir @@ buildMode @@ "/*.Unit.Tests.dll")
192
+ /// |> DotCoverXUnit2
193
+ /// (fun -> dotCoverOptions )
194
+ /// (fun nUnitOptions -> nUnitOptions)
183
195
let DotCoverXUnit2 ( setDotCoverParams : DotCoverParams -> DotCoverParams ) ( setXUnit2Params : XUnit2Params -> XUnit2Params ) ( assemblies : string seq ) =
184
196
let assemblies = assemblies |> Seq.toArray
185
197
let details = assemblies |> separated " , "
You can’t perform that action at this time.
0 commit comments