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 Jun 14, 2017
1 parent aaba200 commit f0c16c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.133'
ModuleVersion = '0.1.134'

# ID used to uniquely identify this module
GUID = 'ca22dabd-bbb6-4805-9c90-a8aad6dbbfd3'
Expand Down
4 changes: 2 additions & 2 deletions docs/InternalFunctions/Get-FunctionTestCoverage.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Get-FunctionTestCoverage [-FunctionDefinition] <FunctionDefinitionAst> [[-TestsP
## DESCRIPTION
Gets test coverage information for the specified function.
This includes 2 pieces of information :
- Code coverage percentage (lines of code that are exercised by unit tests)
- Missed Commands (lines of codes or commands not being exercised by unit tests)
- Code coverage percentage (lines of code that are exercized by unit tests)
- Missed Commands (lines of codes or commands not being exercized by unit tests)

It uses Pester with its CodeCoverage parameter.

Expand Down

0 comments on commit f0c16c4

Please sign in to comment.