Skip to content

Commit

Permalink
Commit build changes [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuBuisson committed Jul 4, 2017
1 parent e29072a commit a4a9392
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion PSCodeHealth/PSCodeHealth.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = '.\PSCodeHealth.psm1'

# Version number of this module.
ModuleVersion = '0.1.148'
ModuleVersion = '0.1.149'

# ID used to uniquely identify this module
GUID = 'ca22dabd-bbb6-4805-9c90-a8aad6dbbfd3'
Expand Down
10 changes: 10 additions & 0 deletions docs/PublicFunctions/Test-PSCodeHealthCompliance.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,16 @@ In the case of TestCoverage, this metric exists in both PerFunctionMetrics and O

### -------------------------- EXAMPLE 5 --------------------------
```
Test-PSCodeHealthCompliance -HealthReport $MyProjectHealthReport -Function 'Get-Something'
```

Evaluates the compliance results specifically for the function Get-Something.
Because this is the compliance of a specific function, only the per function metrics are evaluated.

If the value of the Function parameter doesn't match any function name in the HealthReport the parameter validation will fail and state the set of possible values.

### -------------------------- EXAMPLE 6 --------------------------
```
Invoke-PSCodeHealth | Test-PSCodeHealthCompliance -Summary
```

Expand Down

0 comments on commit a4a9392

Please sign in to comment.