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

9 sort by ascending values #33

Merged
merged 7 commits into from
Aug 29, 2024
Merged

9 sort by ascending values #33

merged 7 commits into from
Aug 29, 2024

Conversation

santisq
Copy link
Owner

@santisq santisq commented Aug 29, 2024

  • Added method .GetUnderlyingObject(). Outputs the underlying FileSystemInfo instance.
  • Fixes Issue Sort by ascending values #9 :
    • PSTree v2.1.16

      PS ..\PSTree> pstree -Directory -Depth 2
      
        Source: D:\...\PSTree
      
      Mode            Length Hierarchy
      ----            ------ ---------
      d----         25.27 KB PSTree
      d----          3.72 KB ├── tools
      d----         16.96 KB │   ├── ProjectBuilder
      d----          0.00  B │   └── Modules
      d----         13.66 KB ├── tests
      d----          0.00  B ├── src
      d----         13.26 KB │   └── PSTree
      d----        168.69 KB ├── output
      d----         92.50 KB │   ├── TestResults
      d----          0.00  B │   └── PSTree
      d----          6.26 KB ├── module
      d----          0.00  B ├── docs
      d----          7.37 KB │   └── en-US
      d----          4.11 KB ├── .vscode
      d----          0.00  B └── .github
      d----          4.10 KB     └── workflows
    • PSTree v2.1.17

      PS ..\PSTree> pstree -Directory -Depth 2
      
        Source: D:\Zen\Documents\Scripts\PSTree
      
      Mode            Length Hierarchy
      ----            ------ ---------
      d----         25.27 KB PSTree
      d----          0.00  B ├── .github
      d----          4.10 KB │   └── workflows
      d----          4.11 KB ├── .vscode
      d----          0.00  B ├── docs
      d----          7.37 KB │   └── en-US
      d----          6.26 KB ├── module
      d----        168.69 KB ├── output
      d----          0.00  B │   ├── PSTree
      d----         92.50 KB │   └── TestResults
      d----          0.00  B ├── src
      d----         13.26 KB │   └── PSTree
      d----         13.66 KB ├── tests
      d----          3.72 KB └── tools
      d----          0.00  B     ├── Modules
      d----         16.96 KB     └── ProjectBuilder

@santisq santisq self-assigned this Aug 29, 2024
@santisq santisq linked an issue Aug 29, 2024 that may be closed by this pull request
Copy link

codecov bot commented Aug 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.40%. Comparing base (e451b59) to head (1386fd3).
Report is 8 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #33      +/-   ##
==========================================
+ Coverage   93.18%   93.40%   +0.22%     
==========================================
  Files          11       12       +1     
  Lines         352      364      +12     
  Branches       42       46       +4     
==========================================
+ Hits          328      340      +12     
  Misses         22       22              
  Partials        2        2              
Flag Coverage Δ
PS-5.1 92.58% <100.00%> (+0.25%) ⬆️
PS-7_Linux 92.58% <100.00%> (+0.25%) ⬆️
PS-7_Windows 92.58% <100.00%> (+0.25%) ⬆️

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 merged commit b11df98 into main Aug 29, 2024
7 checks passed
@santisq santisq deleted the 9-sort-by-ascending-values branch August 29, 2024 23:59
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.

Sort by ascending values
1 participant