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

Use GetCurrentProcess instead of OpenProcess #570

Merged
merged 1 commit into from
Oct 22, 2024

Conversation

MolotovCherry
Copy link
Contributor

Just a minor code change improvement to simplify one call.
Replaced OpenProcess with GetCurrentProcess since this is what we're doing anyways

Checklist

Please make sure the PR adheres to this project's standards:

  • I included a new entry to the CHANGELOG.md. (n/a change it too small anyways)
  • I checked cargo clippy and cargo fmt. The CI will fail otherwise anyway.
  • (If applicable) I added tests for this feature or adjusted existing tests.
  • (If applicable) I checked if anything in the wiki needs to be changed.

Copy link

codecov bot commented Oct 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.24%. Comparing base (92af798) to head (a3c3caf).
Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #570   +/-   ##
=======================================
  Coverage   78.24%   78.24%           
=======================================
  Files          74       74           
  Lines        5898     5898           
=======================================
  Hits         4615     4615           
  Misses       1283     1283           

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

Copy link

Test Results

  3 files  ±0   19 suites  ±0   3m 5s ⏱️ -1s
161 tests ±0  161 ✅ ±0  0 💤 ±0  0 ❌ ±0 
340 runs  ±0  340 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit a3c3caf. ± Comparison against base commit 92af798.

@Nukesor Nukesor merged commit 4b7fa7d into Nukesor:main Oct 22, 2024
19 checks passed
@Nukesor
Copy link
Owner

Nukesor commented Oct 22, 2024

Nice

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.

2 participants