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

25 add include parameter #26

Merged
merged 5 commits into from Oct 6, 2023
Merged

25 add include parameter #26

merged 5 commits into from Oct 6, 2023

Conversation

santisq
Copy link
Owner

@santisq santisq commented Oct 6, 2023

Added Parameter -Include. Works very similar to -Exclude, the patterns are evaluated against the items .FullName property, however this parameter targets only files (FileInfo instances). Closes #25.

@santisq santisq added documentation Improvements or additions to documentation enhancement New feature or request labels Oct 6, 2023
@santisq santisq self-assigned this Oct 6, 2023
@santisq santisq linked an issue Oct 6, 2023 that may be closed by this pull request
@codecov-commenter
Copy link

codecov-commenter commented Oct 6, 2023

Codecov Report

Merging #26 (a87b92a) into main (7238b44) will increase coverage by 0.44%.
The diff coverage is 100.00%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

@@            Coverage Diff             @@
##             main      #26      +/-   ##
==========================================
+ Coverage   91.86%   92.30%   +0.44%     
==========================================
  Files          11       11              
  Lines         332      351      +19     
==========================================
+ Hits          305      324      +19     
  Misses         27       27              
Flag Coverage Δ
PS_5.1 92.30% <100.00%> (+0.44%) ⬆️
PS_7_Windows 92.30% <100.00%> (+0.44%) ⬆️

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

Files Coverage Δ
src/PSTree/Commands/GetPSTreeCommand.cs 91.40% <100.00%> (+1.49%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@santisq santisq merged commit 31e17cd into main Oct 6, 2023
5 checks passed
@santisq santisq deleted the 25-add-include-parameter branch October 6, 2023 03:10
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 -Include parameter
2 participants