This content is part of a third party addin that is not supported by the Cake project.
For more information about this project, please visit
https://github.com/nlowe/Cake.MiniCover.
Summary
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 |
Instruments test assemblies using MiniCover
before executing the specified test action to generate code coverage.
Addin from Cake |
MiniCoverInstrument |
Instrument the specified assemblies to gather coverage data
Addin from Cake |
MiniCoverInstrument |
Instrument the specified assemblies to gather coverage data
Addin from Cake |
MiniCoverReport |
Generate one or more minicover reports
Addin from Cake |
MiniCoverReport |
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.
Addin from Cake |
MiniCoverReport |
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.
Addin from Cake |
MiniCoverReset |
Reset coverage for the minicover project identified by the provided settings
Addin from Cake |
MiniCoverReset |
Reset coverage for the minicover project identified by the provided settings
Addin from Cake |
Mini |
Uninstrument the assemblies that were instrumented for code coverage
Addin from Cake |
Mini |
Uninstrument the assemblies that were instrumented for code coverage
Addin from Cake |
Set |
Set the location of the 'csproj' that contains the MiniCover DotNetCliToolReference
and restore packages for it
Addin from Cake |