Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Power shell script for generating code coverage report with dotnet-reportgenerator

NotificationsYou must be signed in to change notification settings

viniciobs/code.coverage.report-PS-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

This is a PowerShell script for generating code coverage report withdotnet-reportgenerator.

How to run

  1. Open a PowerShell
  2. Type./report-generator.ps1

It accepts two optional args:

  1. outputdir: Defines the output directory where the results will be placed at. The default is./testresults
  2. excludeassemblies: Defines assemblies which will be excluded from code coverage. To specify more than one assembly, separate them by semicolon

Example

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp