Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .github/PSModule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Test:
CodeCoverage:
PercentTarget: 0
# Uncomment this to test faster by skipping some steps
# TestResults:
# Skip: true
# SourceCode:
Expand All @@ -19,3 +20,12 @@ Test:
# Build:
# Docs:
# Skip: true
Linter:
env:
VALIDATE_BIOME_FORMAT: false
VALIDATE_BIOME_LINT: false
VALIDATE_GITHUB_ACTIONS_ZIZMOR: false
VALIDATE_JSCPD: false
VALIDATE_JSON_PRETTIER: false
VALIDATE_MARKDOWN_PRETTIER: false
VALIDATE_YAML_PRETTIER: false
3 changes: 3 additions & 0 deletions src/functions/public/Get-PSModuleTest.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ function Get-PSModuleTest {
.SYNOPSIS
Performs tests on a module.

.DESCRIPTION
Performs tests on a module.

.EXAMPLE
Test-PSModule -Name 'World'

Expand Down
3 changes: 3 additions & 0 deletions src/functions/public/New-PSModuleTest.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ function New-PSModuleTest {
.SYNOPSIS
Performs tests on a module.

.DESCRIPTION
Performs tests on a module.

.EXAMPLE
Test-PSModule -Name 'World'

Expand Down
3 changes: 3 additions & 0 deletions src/functions/public/Set-PSModuleTest.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
.SYNOPSIS
Performs tests on a module.

.DESCRIPTION
Performs tests on a module.

.EXAMPLE
Test-PSModule -Name 'World'

Expand Down
3 changes: 3 additions & 0 deletions src/functions/public/Test-PSModuleTest.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
.SYNOPSIS
Performs tests on a module.

.DESCRIPTION
Performs tests on a module.

.EXAMPLE
Test-PSModule -Name 'World'

Expand Down
Loading