Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasteles committed Mar 24, 2021
1 parent 02774d6 commit 6bf28d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/Fake.DotNet.Testing.Coverlet/Coverlet.fs
Original file line number Diff line number Diff line change
Expand Up @@ -121,3 +121,4 @@ let withMSBuildArguments (param: CoverletParams -> CoverletParams) (args: MSBuil
/// Add Coverlet parameters to the dotnet test command.
let withDotNetTestOptions (param: CoverletParams -> CoverletParams) (options: DotNet.TestOptions) =
{ options with MSBuildParams = withMSBuildArguments param options.MSBuildParams }

0 comments on commit 6bf28d9

Please sign in to comment.