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 TreeStyle to PSTree #37

Merged
merged 32 commits into from
Sep 12, 2024
Merged

Add TreeStyle to PSTree #37

merged 32 commits into from
Sep 12, 2024

Conversation

santisq
Copy link
Owner

@santisq santisq commented Sep 11, 2024

Reference issue: #36

  • Add TreeStyle type and Get-PSTreeStyle cmdlet.
  • TreeStyle Type documentation.
  • Pester tests for TreeStyle type.

@santisq santisq added documentation Improvements or additions to documentation enhancement New feature or request labels Sep 11, 2024
@santisq santisq self-assigned this Sep 11, 2024
@santisq santisq linked an issue Sep 11, 2024 that may be closed by this pull request
@santisq santisq changed the title 36 add styles to pstree Add styles to PSTree Sep 11, 2024
Copy link

codecov bot commented Sep 11, 2024

Codecov Report

Attention: Patch coverage is 96.32653% with 9 lines in your changes missing coverage. Please review.

Project coverage is 96.83%. Comparing base (d20cd59) to head (d390a6e).
Report is 33 commits behind head on main.

Files with missing lines Patch % Lines
src/PSTree/Commands/GetPSTreeCommand.cs 66.66% 3 Missing ⚠️
src/PSTree/PathExtensions.cs 71.42% 2 Missing ⚠️
src/PSTree/Style/TreeStyle.cs 97.80% 1 Missing and 1 partial ⚠️
src/PSTree/Exceptions.cs 90.00% 1 Missing ⚠️
src/PSTree/Style/Extension.cs 98.21% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #37      +/-   ##
==========================================
+ Coverage   93.71%   96.83%   +3.11%     
==========================================
  Files          12       16       +4     
  Lines         382      569     +187     
  Branches       49       60      +11     
==========================================
+ Hits          358      551     +193     
+ Misses         22       17       -5     
+ Partials        2        1       -1     
Flag Coverage Δ
PS-5.1 96.30% <96.32%> (+3.37%) ⬆️
PS-7_Linux 95.95% <95.51%> (+3.02%) ⬆️
PS-7_Windows 96.30% <96.32%> (+3.37%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@santisq santisq changed the title Add styles to PSTree Add TreeStyle to PSTree Sep 11, 2024
@santisq santisq merged commit 29cab84 into main Sep 12, 2024
7 checks passed
@santisq santisq deleted the 36-add-styles-to-pstree branch September 12, 2024 18:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Styles to PSTree
1 participant