Cake.MiniCover addin
This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.MiniCover.
Contains functionality related to MiniCover.
In order to use the commands for this alias, create a tools project and use the
Cake.MiniCover.MiniCoverAliases.SetMiniCoverToolsProject(Cake.Core.ICakeContext,Cake.Core.IO.FilePath)
alias.
General
MiniCover Alias from Cake.MiniCover addin |
Instruments test assemblies using MiniCover before executing the specified test action to generate code coverage. |
MiniCoverInstrument Alias from Cake.MiniCover addin |
Instrument the specified assemblies to gather coverage data |
MiniCoverInstrument Alias from Cake.MiniCover addin |
Instrument the specified assemblies to gather coverage data |
MiniCoverReport Alias from Cake.MiniCover addin |
Generate a report using the specified report provider name. Only use this if if you need to generate a report for which Cake.MiniCover does not yet have settings for. |
MiniCoverReport Alias from Cake.MiniCover addin |
Generate a report using the specified report provider name. Only use this if if you need to generate a report for which Cake.MiniCover does not yet have settings for. |
MiniCoverReport Alias from Cake.MiniCover addin |
Generate one or more minicover reports |
MiniCoverReset Alias from Cake.MiniCover addin |
Reset coverage for the minicover project identified by the provided settings |
MiniCoverReset Alias from Cake.MiniCover addin |
Reset coverage for the minicover project identified by the provided settings |
Mini Alias from Cake.MiniCover addin |
Uninstrument the assemblies that were instrumented for code coverage |
Mini Alias from Cake.MiniCover addin |
Uninstrument the assemblies that were instrumented for code coverage |
Set Alias from Cake.MiniCover addin |
Set the location of the 'csproj' that contains the MiniCover DotNetCliToolReference and restore packages for it |