glennawatson/Coverlet-MsBuild

Runs the Coverlet project using dotnet test.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
project-filesProjects to build for.yes
follow-symbolic-linksIndicates whether to follow symbolic linksnotrue
no-buildIndicates to not build the outputnofalse
configurationThe dotnet configuration levelno
frameworkThe dotnet framework to use when testingno
use-sourcelinkSpecifies if Coverlet will generate results that contain the URL to the source files in your source control instead of absolute file paths.nofalse
exclude-filterSpecifies a filter to exclude from the results.no
exclude-by-attributeSpecifies a attribute to exclude results by.no
exclude-by-fileA glob pattern for files to exclude.no
include-filterSpecifies a filter to include in the results.no
skip-auto-propsSpecifies if coverlet will neither track nor record auto-implemented properties.nofalse
output-formatSpecifies the end output format. Supported formats include: * json (default) * lcov * opencover * cobertura * teamcity no
outputSpecify a directory where all results will be written to (especially if using multiple formats), end the value with a `/`.no
merge-withSpecify a file to combine multiple coverage results into one. Must be specified in JSON format. This GitHub action will combine all your projects into the desired output if this value is specified.no
thresholdA threshold where the build will fail if coverage is below this number.no
threshold-typeSpecifies the type to calculate the threshold. The types supported are: * Minimum (Default): Ensures the coverage result of each module isn't less than the threshold * Total: Ensures the total combined coverage result of all modules isn't less than the threshold * Average: Ensures the average coverage result of all modules isn't less than the threshold no
does-not-return-attributeMethods that do not return can be marked with attributes to cause statements after them to be excluded from coverage. DoesNotReturnAttribute is included by default. Attributes can be specified with the following syntax. Syntax: /p:DoesNotReturnAttribute="DoesNotReturnAttribute,OtherAttribute" no
working-directoryThe working directory for the individual projects.no

no outputs