-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add command Invoke-PesterJob
#8
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #8 +/- ##
===================================
- Coverage 98% 81% -18%
===================================
Files 9 15 +6
Lines 215 417 +202
===================================
+ Hits 212 339 +127
- Misses 3 78 +75
Flags with carried forward coverage won't be shown. Click here to find out more.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 2 of 5 files at r1, 1 of 3 files at r2, 7 of 7 files at r3, all commit messages.
Reviewable status: all files reviewed, 13 unresolved discussions (waiting on @Github-advanced-security[bot])
source/Public/ConvertTo-RelativePath.ps1
line 35 at r1 (raw file):
Previously, github-advanced-security[bot] wrote…
Unable to determine parameter set used by example 1 for the function ConvertTo-RelativePath
Done.
source/Public/Invoke-PesterJob.ps1
line 136 at r1 (raw file):
Previously, github-advanced-security[bot] wrote…
A [Parameter()] attribute must be the first attribute of each parameter and be on its own line. See https://github.com/PowerShell/DscResources/blob/master/StyleGuidelines.md#correct-format-for-parameter-block
Done.
source/Public/Invoke-PesterJob.ps1
line 137 at r1 (raw file):
Previously, github-advanced-security[bot] wrote…
A [Parameter()] attribute must be the first attribute of each parameter and be on its own line. See https://github.com/PowerShell/DscResources/blob/master/StyleGuidelines.md#correct-format-for-parameter-block
Done.
source/Public/Invoke-PesterJob.ps1
line 138 at r1 (raw file):
Previously, github-advanced-security[bot] wrote…
A [Parameter()] attribute must be the first attribute of each parameter and be on its own line. See https://github.com/PowerShell/DscResources/blob/master/StyleGuidelines.md#correct-format-for-parameter-block
Done.
source/Public/Invoke-PesterJob.ps1
line 139 at r1 (raw file):
Previously, github-advanced-security[bot] wrote…
A [Parameter()] attribute must be the first attribute of each parameter and be on its own line. See https://github.com/PowerShell/DscResources/blob/master/StyleGuidelines.md#correct-format-for-parameter-block
Done.
source/Public/Invoke-PesterJob.ps1
line 140 at r1 (raw file):
Previously, github-advanced-security[bot] wrote…
A [Parameter()] attribute must be the first attribute of each parameter and be on its own line. See https://github.com/PowerShell/DscResources/blob/master/StyleGuidelines.md#correct-format-for-parameter-block
Done.
source/Public/Invoke-PesterJob.ps1
line 198 at r1 (raw file):
Previously, github-advanced-security[bot] wrote…
A [Parameter()] attribute must be the first attribute of each parameter and be on its own line. See https://github.com/PowerShell/DscResources/blob/master/StyleGuidelines.md#correct-format-for-parameter-block
Done.
source/Public/Invoke-PesterJob.ps1
line 199 at r1 (raw file):
Previously, github-advanced-security[bot] wrote…
A [Parameter()] attribute must be the first attribute of each parameter and be on its own line. See https://github.com/PowerShell/DscResources/blob/master/StyleGuidelines.md#correct-format-for-parameter-block
Done.
source/Public/Invoke-PesterJob.ps1
line 200 at r1 (raw file):
Previously, github-advanced-security[bot] wrote…
A [Parameter()] attribute must be the first attribute of each parameter and be on its own line. See https://github.com/PowerShell/DscResources/blob/master/StyleGuidelines.md#correct-format-for-parameter-block
Done.
source/Public/Invoke-PesterJob.ps1
line 201 at r1 (raw file):
Previously, github-advanced-security[bot] wrote…
A [Parameter()] attribute must be the first attribute of each parameter and be on its own line. See https://github.com/PowerShell/DscResources/blob/master/StyleGuidelines.md#correct-format-for-parameter-block
Done.
source/Public/Invoke-PesterJob.ps1
line 202 at r1 (raw file):
Previously, github-advanced-security[bot] wrote…
A [Parameter()] attribute must be the first attribute of each parameter and be on its own line. See https://github.com/PowerShell/DscResources/blob/master/StyleGuidelines.md#correct-format-for-parameter-block
Done.
source/Public/Invoke-PesterJob.ps1
line 313 at r1 (raw file):
Previously, github-advanced-security[bot] wrote…
Write-Error is used to create a terminating error. throw or $pscmdlet.ThrowTerminatingError should be used.
Done.
source/Public/Invoke-PesterJob.ps1
line 295 at r2 (raw file):
Previously, github-advanced-security[bot] wrote…
Hashtable is not correctly formatted. See https://github.com/PowerShell/DscResources/blob/master/StyleGuidelines.md#correct-format-for-hashtables-or-objects
Done.
Pull Request (PR) description
Invoke-PesterJob
Get-ModuleVersion
ConvertTo-RelativePath
This Pull Request (PR) fixes the following issues
None.
Task list
file CHANGELOG.md. Entry should say what was changed and how that
affects users (if applicable), and reference the issue being resolved
(if applicable).
DSC Community Testing Guidelines.
This change is