- Notifications
You must be signed in to change notification settings - Fork0
viniciobs/code.coverage.report-PS-script
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This is a PowerShell script for generating code coverage report withdotnet-reportgenerator.
- Open a PowerShell
- Type
./report-generator.ps1
It accepts two optional args:
- outputdir: Defines the output directory where the results will be placed at. The default is
./testresults - excludeassemblies: Defines assemblies which will be excluded from code coverage. To specify more than one assembly, separate them by semicolon
Forthis project there some projects that does not need to be tested (in the project owner opinion), they areInfra andIoc. In this case the script should look like
./report-generator.ps1 -excludeassemblies:"Infra;Ioc"
About
Power shell script for generating code coverage report with dotnet-reportgenerator
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published