FSharpPlus icon indicating copy to clipboard operation
FSharpPlus copied to clipboard

+Coverage tool

Open wallymathieu opened this issue 5 years ago • 1 comments

Run by executing dotnet test --collect:"XPlat Code Coverage" -c Release tests/FSharpPlus.Tests

You can use: https://github.com/danielpalme/ReportGenerator to generate a html report reportgenerator "-reports:./coverage.cobertura.xml" "-targetdir:."

wallymathieu avatar May 02 '20 06:05 wallymathieu