nlowe / Cake.MiniCover

A Cake Addin for Minicover, making it as easy as possible to get cross-platform code coverage on dotnet core
https://cakebuild.net/dsl/minicover/
MIT License
4 stars 1 forks source link

Unrecognized option --threshold when using ReportType.COVERALLS #4

Open nlowe opened 6 years ago

nlowe commented 6 years ago
Specify --help for a list of available options and commands.

Unhandled Exception: Microsoft.Extensions.CommandLineUtils.CommandParsingException: Unrecognized option '--threshold'
   at Microsoft.Extensions.CommandLineUtils.CommandLineApplication.HandleUnexpectedArg(CommandLineApplication command, String[] args, Int32 index, String argTypeName)
   at Microsoft.Extensions.CommandLineUtils.CommandLineApplication.Execute(String[] args)
   at MiniCover.Program.Main(String[] args)
nlowe commented 6 years ago

A pre-release (0.29.0-next20180721071547 is available on NuGet) with a fix for this.