Skip to content
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 DSC class-based resource BootstrapPSResourceGet #14

Merged
merged 21 commits into from
Feb 18, 2024

Conversation

johlju
Copy link
Member

@johlju johlju commented Feb 12, 2024

Pull Request (PR) description

  • DSC class-based resource `BootstrapPSResourceGet'.

This Pull Request (PR) fixes the following issues

None.

Task list

  • Added an entry to the change log under the Unreleased section of the
    file CHANGELOG.md. Entry should say what was changed and how that
    affects users (if applicable), and reference the issue being resolved
    (if applicable).
  • Resource documentation updated in the resource's README.md.
  • Resource parameter descriptions updated in schema.mof.
  • Comment-based help updated, including parameter descriptions.
  • Localization strings updated.
  • Examples updated.
  • Unit tests updated. See DSC Community Testing Guidelines.
  • Integration tests updated (where possible). See DSC Community Testing Guidelines.
  • Code changes adheres to DSC Community Style Guidelines.

Copy link

codecov bot commented Feb 12, 2024

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (cce3388) 93% compared to head (17e6d85) 96%.
Report is 5 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@        Coverage Diff         @@
##           main   #14   +/-   ##
==================================
+ Coverage    93%   96%   +3%     
==================================
  Files         2     3    +1     
  Lines        86   165   +79     
==================================
+ Hits         80   160   +80     
+ Misses        6     5    -1     
Flag Coverage Δ
unit 96% <97%> (+3%) ⬆️
Files Coverage Δ
source/prefix.ps1 100% <ø> (+100%) ⬆️
source/Classes/020.BootstrapPSResourceGet.ps1 97% <97%> (ø)

) -Verbose

Write-Verbose -Message (
'DEBUG: $IsCoreCLR: {0}' -f $global:IsCoreCLR

Check warning

Code scanning / PSScriptAnalyzer

Found global variable 'global:IsCoreCLR'. Warning

Found global variable 'global:IsCoreCLR'.
@johlju johlju merged commit 43fa3df into viscalyx:main Feb 18, 2024
27 checks passed
@johlju johlju deleted the f/resource branch February 18, 2024 17:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant