We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ac78d9 commit 1dce6e4Copy full SHA for 1dce6e4
.github/instructions/dsc-community-style-guidelines.instructions.md
@@ -27,6 +27,7 @@ Always run build script from root path.
27
- After adding or changing classes, always run tests in new session.
28
- To run a test file with code coverage (this can takes a while for large codebases):
29
```powershell
30
+ .\build.ps1 -Tasks noop
31
$config = New-PesterConfiguration
32
$config.Run.Path = @('<test paths>')
33
$config.CodeCoverage.Enabled = $true
0 commit comments