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 uint procid support and expand arg escaping #12

Merged
merged 1 commit into from
Nov 8, 2024
Merged

Conversation

jborean93
Copy link
Owner

Adds support for accepting a process id as a UInt32 value. This is useful as WMI/CIM calls typically use a UInt32 to store process id values.

Also expands the use of -ArgumentEscaping to the Start-Process* cmdlets to better match what is available in other cmdlets.

Adds support for accepting a process id as a UInt32 value. This is
useful as WMI/CIM calls typically use a UInt32 to store process id
values.

Also expands the use of `-ArgumentEscaping` to the `Start-Process*`
cmdlets to better match what is available in other cmdlets.
Copy link

codecov bot commented Nov 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.25%. Comparing base (c5de1da) to head (ba01dde).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #12      +/-   ##
==========================================
+ Coverage   87.26%   88.25%   +0.99%     
==========================================
  Files          26       26              
  Lines        1374     1856     +482     
  Branches      218      218              
==========================================
+ Hits         1199     1638     +439     
- Misses        111      154      +43     
  Partials       64       64              
Flag Coverage Δ
PS_5.1_x64_Windows 84.93% <100.00%> (+1.33%) ⬆️
PS_5.1_x86_Windows 87.75% <100.00%> (+1.00%) ⬆️
PS_7.2_x64_Windows 84.91% <100.00%> (+1.28%) ⬆️
PS_7.3_x64_Windows 84.91% <100.00%> (+1.28%) ⬆️
PS_7.4_x64_Windows 84.91% <100.00%> (+1.28%) ⬆️
PS_7.4_x86_Windows 87.74% <100.00%> (+0.96%) ⬆️

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.

@jborean93 jborean93 merged commit 437e3bd into main Nov 8, 2024
9 checks passed
@jborean93 jborean93 deleted the proc-id-uint branch November 8, 2024 19:50
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